Skip to content

Instantly share code, notes, and snippets.

@cmcculloh
Last active September 29, 2016 20:48
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cmcculloh/3429142 to your computer and use it in GitHub Desktop.
Save cmcculloh/3429142 to your computer and use it in GitHub Desktop.
My sublime text settings
{
"bold_folder_labels": true,
"caret_style": "phase",
"color_scheme": "Packages/User/SublimeLinter/Monokai (SL).tmTheme",
"copy_with_empty_selection": false,
"draw_minimap_border": true,
"draw_white_space": "all",
"file_exclude_patterns":
[
"*.class",
"*.dylib",
"*.a",
"*.psd",
"*.dll",
"*.obj",
"*.o",
"*.exe",
"*.ncb",
"*.idb",
"*.sdf",
"*.pyc",
".DS_Store",
"*.pyo",
"*.suo",
"*.lib",
"*.sublime-workspace",
"*.pdb",
"*.db",
"*.so"
],
"find_selected_text": true,
"folder_exclude_patterns":
[
".hg",
"CVS",
".svn"
],
"font_size": 12,
"highlight_line": true,
"highlight_modified_tabs": true,
"hot_exit": false,
"ignored_packages":
[
"EsFormatter",
"Vintage"
],
"binary_file_patterns": [
"*.jpg", "*.jpeg", "*.png", "*.gif", "*.ttf", "*.tga", "*.dds", "*.ico", "*.eot", "*.pdf", "*.swf", "*.jar", "*.zip",
"node_modules/**",
"bower_components/**"
],
"open_files_in_new_window": false,
"remember_open_files": true,
"rulers":
[
60,
80,
100,
120
],
"save_on_focus_lost": false,
"shift_tab_unindent": true,
"show_full_path": true,
"show_tab_close_buttons": false,
"spell_check": true,
"trim_trailing_white_space_on_save": true,
"use_simple_full_screen": true,
"word_separators": "./\\()\"'-:,.;<>~!@#$%^&*|+=[]{}`~?_"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment