Skip to content

Instantly share code, notes, and snippets.

@heroheman
Created August 1, 2012 14:45
Show Gist options
  • Save heroheman/3227447 to your computer and use it in GitHub Desktop.
Save heroheman/3227447 to your computer and use it in GitHub Desktop.
Sublime Text 2 Preferences
{
// Theme Settings
// "theme": "Soda Dark.sublime-theme",
// "theme": "Nil.sublime-theme",
// "color_scheme": "Packages/Color Scheme - Default/Twilight.tmTheme",
// "color_scheme": "Packages/Theme - Flatland/Flatland Dark.tmTheme",
// "theme": "Flatland Dark.sublime-theme",
"theme": "Nexus.sublime-theme",
"color_scheme": "Packages/Theme - Nexus/Nexus.tmTheme",
"caret_style": "phase",
"wide_caret": true,
"bold_folder_labels": true,
"draw_minimap_border": true,
"font_face": "Ubuntu Mono",
"font_size": 14,
"font_options": [ "directwrite" ],
"highlight_line": true,
"line_padding_bottom": 1,
"line_padding_top": 1,
// System Settings
"ensure_newline_at_eof_on_save": true,
"find_selected_text": true,
"highlight_active_indent_guide": true,
"ignored_packages": [ "Vintage" ],
"tab_completion": true,
"tab_size": 4,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
// STRG P Settings
"file_exclude_patterns": [ "*.pyc", "*.pyo", "*.exe", "*.dll", "*.obj", "*.o", "*.a", "*.lib", "*.so", "*.dylib", "*.ncb", "*.sdf", "*.suo", "*.pdb", "*.idb", ".DS_Store", "*.class", "*.psd", "*.db" ],
"folder_exclude_patterns": [ ".svn", ".git", ".hg", "CVS", ".bundle", "log", "tmp", ".sass-cache" ]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment