Created
March 20, 2013 13:09
-
-
Save hagronnestad/5204516 to your computer and use it in GitHub Desktop.
My ST2 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
Show hidden characters
{ | |
"color_scheme": "Packages/Color Scheme - Default/Twilight-HAG.tmTheme", | |
"font_face": "Consolas", | |
"font_size": 10, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"theme": "Soda Dark.sublime-theme", | |
// Characters that are considered to separate words | |
"word_separators": "./\\()\"'-:,.;<>~!@#%^&*|+=[]{}`~?", | |
// Set to true to insert spaces when tab is pressed | |
"translate_tabs_to_spaces": true, | |
// If enabled, will highlight any line with a caret | |
"highlight_line": true, | |
// Controls how the indent guides are drawn, valid options are | |
// "draw_normal" and "draw_active". draw_active will draw the indent | |
// guides containing the caret in a different color. | |
"indent_guide_options": ["draw_normal", "draw_active"], | |
// Set to true to removing trailing white space on save | |
"trim_trailing_white_space_on_save": true, | |
// Files containing null bytes are opened as hexadecimal by default | |
"enable_hexadecimal_encoding": false, | |
// The delay, in ms, before the auto complete window is shown after typing | |
"auto_complete_delay": 0, | |
// By default, shift+tab will only unindent if the selection spans | |
// multiple lines. When pressing shift+tab at other times, it'll insert a | |
// tab character - this allows tabs to be inserted when tab_completion is | |
// enabled. Set this to true to make shift+tab always unindent, instead of | |
// inserting tabs. | |
"shift_tab_unindent": true, | |
// Makes tabs with modified files more visible | |
"highlight_modified_tabs": true, | |
// Show folders in the side bar in bold | |
"bold_folder_labels": true, | |
"detect_slow_plugins": false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment