Last active
December 13, 2015 18:29
-
-
Save naoyeye/988c6df1e1f45375121f to your computer and use it in GitHub Desktop.
/Users/xxx/Library/Application Support/Sublime Text 3/Packages/User/Preferences.sublime-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
{ | |
"color_scheme": "Packages/Dracula Color Scheme/Dracula.tmTheme", | |
"draw_indent_guides": true, | |
"draw_white_space": "all", | |
"fade_fold_buttons": false, | |
"font_face": "Source Code Pro", | |
"font_size": 12.0, | |
"highlight_modified_tabs": true, | |
"ignored_packages": | |
[ | |
"Sublime-JSHint", | |
"Jinja2", | |
"EditorConfig", | |
"LESS", | |
"Vintage", | |
"SimpleTODO", | |
"EJS" | |
], | |
"tab_size": 4, | |
"theme": "Nil.sublime-theme", | |
"translate_tabs_to_spaces": true, | |
"word_separators": "./\\()\"':,.;<>~!@#$%^&*|+=[]{}`~?", | |
"word_wrap": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment