Skip to content

Instantly share code, notes, and snippets.

@shaitan
Created March 17, 2015 21:34
Show Gist options
  • Save shaitan/97a963ad93df711e738f to your computer and use it in GitHub Desktop.
Save shaitan/97a963ad93df711e738f to your computer and use it in GitHub Desktop.
{
"binary_file_patterns":
[
"*.jpg",
"*.jpeg",
"*.png",
"*.gif",
"*.ttf",
"*.tga",
"*.dds",
"*.ico",
"*.eot",
"*.pdf",
"*.swf",
"*.jar",
"*.zip",
"*.so",
"*.so.*"
],
"bold_folder_labels": true,
"color_scheme": "Packages/User/Tomorrow-Night-Eighties (Flake8Lint).tmTheme",
"draw_white_space": "all",
"fade_fold_buttons": false,
"folder_exclude_patterns":
[
"obj-x86_64-linux-gnu",
"cmake",
".svn",
".git",
".hg",
"CVS",
"tmp"
],
"font_face": "Monaco",
"font_size": 8,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"ASP",
"Vintage",
"GitGutter"
],
"rulers":
[
100,
120
],
"trim_trailing_white_space_on_save": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment