Skip to content

Instantly share code, notes, and snippets.

@balaclark
Last active August 29, 2015 14:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save balaclark/52af8fc218cc26e6e272 to your computer and use it in GitHub Desktop.
Save balaclark/52af8fc218cc26e6e272 to your computer and use it in GitHub Desktop.
{
"atomic_save": false,
"color_scheme": "Packages/User/darkula (SL).tmTheme",
"default_line_ending": "unix",
"dictionary": "Packages/Language - English/en_GB.dic",
"ensure_newline_at_eof_on_save": true,
"font_size": 13,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage",
"JavaScript"
],
"match_brackets_angle": true,
"rulers":
[
80
],
"shift_tab_unindent": true,
"tab_size": 2,
"theme": "Spacegray.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_automatic_white_space": true,
"trim_trailing_white_space_on_save": true,
"binary_file_patterns":
[
"*.jpg",
"*.jpeg",
"*.png",
"*.gif",
"*.ttf",
"*.tga",
"*.dds",
"*.ico",
"*.eot",
"*.pdf",
"*.swf",
"*.jar",
"*.zip",
"*/node_modules/*",
"*/vendor/*"
],
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment