Skip to content

Instantly share code, notes, and snippets.

@nathos
Created February 11, 2013 21:16
Show Gist options
  • Save nathos/4757696 to your computer and use it in GitHub Desktop.
Save nathos/4757696 to your computer and use it in GitHub Desktop.
My user preferences for Sublime Text 2
{
"auto_complete": true,
"auto_complete_commit_on_tab": true,
"auto_indent": true,
"bold_folder_labels": true,
"caret_style": "phase",
"color_scheme": "Packages/Color Scheme - Default/Cobalt.tmTheme",
"create_window_at_startup": false,
"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",
"*.project",
".cap_tasks*",
"*.scssc"
],
"find_selected_text": true,
"folder_exclude_patterns":
[
".git",
".sass-cache",
"tmp",
"bin",
"vendor/cache"
],
"font_face": "Menlo",
"font_size": 14.0,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"show_full_path": true,
"smart_indent": true,
"tab_size": 2,
"theme": "Soda Dark.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_automatic_white_space": true,
"trim_trailing_white_space_on_save": true,
"use_tab_stops": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment