Skip to content

Instantly share code, notes, and snippets.

@jonathantorres
Last active December 1, 2015 15:40
Show Gist options
  • Save jonathantorres/0fcbfeeda6f82459b85c to your computer and use it in GitHub Desktop.
Save jonathantorres/0fcbfeeda6f82459b85c to your computer and use it in GitHub Desktop.
SublimeText Preferences
{
"color_scheme": "Packages/Material Theme/schemes/Material-Theme-Darker.tmTheme",
"detect_indentation": false,
"detect_slow_plugins": false,
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": true,
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
".sass-cache",
".vagrant",
"node_modules"
],
"font_size": 14,
"ignored_packages":
[
"PhpBeautifier",
"Vintage"
],
"indent_to_bracket": true,
"line_padding_bottom": 4,
"line_padding_top": 4,
"tab_size": 4,
"theme": "Material-Theme-Darker.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": "auto"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment