Skip to content

Instantly share code, notes, and snippets.

@corysimmons
Created February 29, 2016 04:51
Show Gist options
  • Save corysimmons/9848aa04b0aa2088991e to your computer and use it in GitHub Desktop.
Save corysimmons/9848aa04b0aa2088991e to your computer and use it in GitHub Desktop.
{
"bold_folder_labels": true,
"caret_extra_bottom": 1,
"caret_extra_top": 1,
"caret_style": "phase",
"color_scheme": "Packages/User/SublimeLinter/Foobar (SL).tmTheme",
"default_line_ending": "LF",
"detect_indentation": true,
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": true,
"extra_file_exclude_patterns":
[
"*.pyc",
"*.pyo",
"*.exe",
"*.dll",
"*.obj",
"*.o",
"*.a",
"*.lib",
"*.so",
"*.dylib",
"*.ncb",
"*.sdf",
"*.suo",
"*.pdb",
"*.idb",
".DS_Store",
"*.class",
"*.psd",
"*.db",
"*.sublime-workspace"
],
"extra_folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS"
],
"file_exclude_patterns":
[
"*.pyc",
"*.pyo",
"*.exe",
"*.dll",
"*.obj",
"*.o",
"*.a",
"*.lib",
"*.so",
"*.dylib",
"*.ncb",
"*.sdf",
"*.suo",
"*.pdb",
"*.idb",
".DS_Store",
"*.class",
"*.psd",
"*.db",
"*.sublime-workspace"
],
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS"
],
"font_face": "Droid Sans Mono for Powerline",
"font_size": 11,
"highlight_line": true,
"highligt_modified_tabs": true,
"ignored_packages":
[
"SublimeLinter-flake8",
"SublimeLinter-phpcs",
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_padding_bottom": 3,
"line_padding_top": 3,
"rulers":
[
80
],
"scroll_past_end": true,
"show_full_path": true,
"sidebar_font_small": true,
"sidebar_medium": true,
"tab_size": 2,
"theme": "Cobalt2.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_automatic_white_space": true,
"wide_caret": true,
"word_wrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment