Skip to content

Instantly share code, notes, and snippets.

@albertzak
Created December 7, 2014 05:09
Show Gist options
  • Save albertzak/33fe8c6aec4e73f44cce to your computer and use it in GitHub Desktop.
Save albertzak/33fe8c6aec4e73f44cce to your computer and use it in GitHub Desktop.
Sublime Text Settings
{
"color_scheme": "Packages/Color Scheme - Default/Cobalt.tmTheme",
"ensure_newline_at_eof_on_save": true,
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
".meteor/local"
],
"font_face": "Source Code Pro",
"font_size": 20,
"ignored_packages":
[
"Vintage",
"Color Highlighter",
"SideBarEnhancements"
],
"index_exclude_patterns":
[
"*.sql",
"*.log",
"*.meteor"
],
"save_on_focus_lost": true,
"show_encoding": true,
"show_line_endings": true,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"use_tab_stops": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment