Skip to content

Instantly share code, notes, and snippets.

@phlco
Created March 18, 2013 13:44
Show Gist options
  • Save phlco/5187230 to your computer and use it in GitHub Desktop.
Save phlco/5187230 to your computer and use it in GitHub Desktop.
sublime settings
{
"auto_complete": true,
"auto_complete_commit_on_tab": true,
"auto_match_enabled": true,
"close_windows_when_empty": true,
"color_scheme": "Packages/Color Scheme - Default/Solarized (Dark).tmTheme",
"default_line_ending": "LF",
"detect_indentation": true,
"dictionary": "Packages/Language - English/en_US.dic",
"draw_minimap_border": true,
"draw_white_space": "all",
"fade_fold_buttons": true,
"file_exclude_patterns":
[
"*.a",
"*.class",
"*.db",
"*.dll",
"*.dylib",
"*.exe",
"*.idb",
"*.lib",
"*.log",
"*.ncb",
"*.o",
"*.obj",
"*.pdb",
"*.pdf",
"*.psd",
"*.pyc",
"*.pyo",
"*.sdf",
"*.so",
"*.suo",
".DS_Store",
".tag"
],
"folder_exclude_patterns":
[
".bundle",
".git",
".hg",
".rbx",
".sass-cache",
".svn",
"bin",
"bundle",
"CVS",
"data",
"script",
"tmp"
],
"font_face": "SourceCodePro-Regular",
"font_size": 18.0,
"highlight_line": true,
"hot_exit": false,
"ignored_packages":
[
"Vintage"
],
"line_padding_bottom": 2,
"line_padding_top": 3,
"open_files_in_new_window": false,
"remember_open_files": false,
"rulers":
[
76,
80
],
"scroll_past_end": true,
"show_minimap": false,
"soda_classic_tabs": true,
"spell_check": false,
"tab_size": 2,
"theme": "Soda Light.sublime-theme",
"translate_tabs_to_spaces": true,
"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