Skip to content

Instantly share code, notes, and snippets.

@cqpx
Created March 27, 2015 07:25
Show Gist options
  • Select an option

  • Save cqpx/294351af43632c0778ad to your computer and use it in GitHub Desktop.

Select an option

Save cqpx/294351af43632c0778ad to your computer and use it in GitHub Desktop.
{
"auto_indent": true,
"auto_match_enabled": true,
"bold_folder_labels": true,
"color_scheme": "Packages/Color Scheme - Default/Solarized (Light).tmTheme",
"draw_indent_guides": true,
// "ensure_newline_at_eof_on_save": true,
"file_exclude_patterns":
[
"*.pyc",
"*.pyo",
"*.exe",
"*.dll",
"*.obj",
"*.o",
"*.a",
"*.lib",
"*.so",
"*.dylib",
"*.ncb",
"*.sdf",
"*.suo",
"*.pdb",
"*.idb",
".DS_Store",
"*.class",
"*.psd",
"*.db",
".scssc"
],
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
"bin",
".bundle",
"vendor/cache",
"tmp",
"coverage"
],
"font_face": "Anonymous Pro",
"font_size": 18.0,
"ignored_packages":
[
"Theme - Flatland"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"mid_line_tabs": false,
"rulers":
[
70,
80
],
"save_on_focus_lost": false,
"scroll_past_end": true,
"show_full_path": true,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"use_simple_full_screen": false,
"use_tab_stops": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment