Created
September 3, 2015 10:49
-
-
Save xarimanx/975931c8dd04f110e232 to your computer and use it in GitHub Desktop.
Sublime user settings
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"auto_indent": true, | |
"bold_folder_labels": true, | |
"color_scheme": "Packages/User/SublimeLinter/Sunburst (SL).tmTheme", | |
"draw_indent_guides": true, | |
"ensure_newline_at_eof_on_save": true, | |
"folder_exclude_patterns": | |
[ | |
"log", | |
".git", | |
".svn", | |
".idea", | |
".hg", | |
"CVS", | |
".sass-cache", | |
".bundle", | |
".gitkeep" | |
], | |
"font_size": 13, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"line_padding_bottom": 1, | |
"line_padding_top": 1, | |
"mid_line_tabs": false, | |
"save_on_focus_lost": true, | |
"show_encoding": true, | |
"sublimelinter": "load-save", | |
"tab_size": 2, | |
"translate_tabs_to_spaces": true, | |
"trim_automatic_white_space": true, | |
"trim_trailing_white_space_on_save": true, | |
"use_simple_full_screen": false, | |
"use_tab_stops": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment