Created
June 12, 2015 08:49
-
-
Save troch/1c3fee7ae3e192367b48 to your computer and use it in GitHub Desktop.
Sublime Text 3 user preferences
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
Show hidden characters
{ | |
"always_prompt_for_file_reload": false, | |
"color_scheme": "Packages/itg.flat/itg.Monokai.tmTheme", | |
"draw_white_space": "all", | |
"ensure_newline_at_eof_on_save": true, | |
"font_options": | |
[ | |
"subpixel_antialias" | |
], | |
"font_size": 10, | |
"highlight_line": true, | |
"highlight_modified_tabs": true, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"index_exclude_patterns": | |
[ | |
"*.log" | |
], | |
"spell_check": false, | |
"tab_size": 4, | |
"translate_tabs_to_spaces": true, | |
"trim_automatic_white_space": true, | |
"trim_trailing_white_space_on_save": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment