Skip to content

Instantly share code, notes, and snippets.

@paprikka
Created September 27, 2013 11:39
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save paprikka/6727326 to your computer and use it in GitHub Desktop.
Save paprikka/6727326 to your computer and use it in GitHub Desktop.
A generic ST config for Mac & Windows. Don't forget to install Package Control and feed this baby with plugins!
{
"binary_file_patterns":
[
"*.jpg",
"*.jpeg",
"*.png",
"*.gif",
"*.ttf",
"*.tga",
"*.dds",
"*.ico",
"*.eot",
"*.pdf",
"*.swf",
"*.jar",
"*.zip"
],
"caret_style": "phase",
"fade_fold_buttons": false,
"file_exclude_patterns":
[
"*.scssc",
"*.sassc",
"*.pyc",
"*.pyo",
"*.exe",
"*.dll",
"*.obj",
"*.o",
"*.a",
"*.lib",
"*.so",
"*.dylib",
"*.ncb",
"*.sdf",
"*.suo",
"*.pdb",
"*.idb",
".DS_Store",
"*.class",
"*.psd",
"*.db"
],
"folder_exclude_patterns":
[
".svn",
".git",
"node_modules",
"app/assets",
"target",
".hg",
"CVS"
],
"font_size": 12,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_active"
],
"line_padding_bottom": 0,
"line_padding_top": 0,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"wide_caret": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment