Skip to content

Instantly share code, notes, and snippets.

@naoyeye
Last active December 13, 2015 18:29
Show Gist options
  • Save naoyeye/988c6df1e1f45375121f to your computer and use it in GitHub Desktop.
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
{
"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