Skip to content

Instantly share code, notes, and snippets.

@arkan
Created March 19, 2014 10:20
Show Gist options
  • Save arkan/9639000 to your computer and use it in GitHub Desktop.
Save arkan/9639000 to your computer and use it in GitHub Desktop.
{
// "auto_complete_commit_on_tab": true,
"auto_complete": true,
"tab_completion": true,
// "bold_folder_labels": true,
// "color_scheme": "Packages/Color Scheme - Default/Twilight.tmTheme",
"color_scheme": "Packages/Dracula Color Scheme/Dracula.tmTheme",
"ensure_newline_at_eof_on_save": true,
"file_exclude_patterns":
[
".DS_Store",
".tags*",
"*.pyc",
"*.pyo",
"*.exe",
"*.dll",
"*.obj",
"*.o",
"*.a",
"*.lib",
"*.log",
"*.so",
"*.dylib",
"*.ncb",
"*.sdf",
"*.suo",
"*.pdb",
"*.idb",
"*.class",
"*.psd",
"*.db",
"*.pdf"
],
"folder_exclude_patterns":
[
"data",
".zeus.sock",
".git",
".svn",
".hg",
"CVS",
".sass-cache",
".bundle",
"bundle",
".rbx",
"script",
"tmp"
],
// "font_face": "Inconsolata-dz",
"font_size": 14.0,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"line_padding_bottom": 0.5,
"line_padding_top": 0.5,
"new_window_settings":
{
"show_minimap": false
},
"rulers":
[
100
],
"draw_white_space": "all",
"save_on_focus_lost": true,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"trim_automatic_white_space": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment