Last active
October 9, 2015 06:38
-
-
Save jaredkc/3455791 to your computer and use it in GitHub Desktop.
My User Settings for Sublime Text 2
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
{ | |
"create_window_at_startup": false, | |
"detect_indentation": false, | |
"draw_white_space": "all", | |
"font_size": 14.0, | |
"font_options": | |
[ | |
"gray_antialias" | |
], | |
"highlight_line": true, | |
"highlight_modified_tabs": true, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"line_padding_bottom": 2, | |
"line_padding_top": 2, | |
"scroll_past_end": true, | |
"tab_size": 4, | |
"trim_trailing_white_space_on_save": true, | |
"wide_caret": true, | |
"word_wrap": "true", | |
"folder_exclude_patterns": [".svn", ".git", ".sass-cache"] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment