Skip to content

Instantly share code, notes, and snippets.

@tasinttttttt
Created June 12, 2019 23:01
Show Gist options
  • Save tasinttttttt/ed6a9b6d785b4b7ad9c243d667a535d7 to your computer and use it in GitHub Desktop.
Save tasinttttttt/ed6a9b6d785b4b7ad9c243d667a535d7 to your computer and use it in GitHub Desktop.
sublime text config
{
"color_scheme": "Packages/ayu/ayu-mirage.sublime-color-scheme",
"create_window_at_startup": false,
"ensure_newline_at_eof_on_save": true,
"ignored_packages":
[
"Vintage"
],
"theme": "ayu-mirage.sublime-theme",
"file_exclude_patterns": [
".DS_Store"
],
"folder_exclude_patterns": [
".bundle",
".git",
".hg",
".sass-cache",
".svn",
"node_modules",
"bower_components",
],
"font_face": "Fira Code",
// "font_face": "IBM Plex Mono Light",
"font_size": 13,
"highlight_line": true,
"highlight_modified_tabs": true,
"indent_guide_options": [
"draw_normal",
"draw_active",
],
"line_padding_top": 1,
"line_padding_bottom": 1,
"open_files_in_new_window": false,
"preview_on_click": false,
"remember_full_screen": true,
"rulers": [80],
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"wrap_width": 80
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment