Skip to content

Instantly share code, notes, and snippets.

@cmcculloh-kr
Last active January 16, 2020 21:31
Show Gist options
  • Save cmcculloh-kr/d002f2f8c66d233c479a70afbeff9944 to your computer and use it in GitHub Desktop.
Save cmcculloh-kr/d002f2f8c66d233c479a70afbeff9944 to your computer and use it in GitHub Desktop.
{
"binary_file_patterns":
[
"*.jpg",
"*.jpeg",
"*.png",
"*.gif",
"*.ttf",
"*.tga",
"*.dds",
"*.ico",
"*.eot",
"*.pdf",
"*.swf",
"*.jar",
"*.zip",
"bower_components/**",
"dist/**"
],
"bold_folder_labels": true,
"caret_style": "phase",
"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",
".git"
],
"font_size": 13,
"highlight_line": true,
"highlight_modified_tabs": true,
"hot_exit": false,
"ignored_packages":
[
"EsFormatter",
"eslint",
"SublimeLinter-eslint",
"Vintage"
],
"index_exclude_patterns":
[
"*.log",
"/Users/cmcculloh/projects/demuxe/.git/*",
"/Users/cmcculloh/Projects/gls-dashboard/public-optimized/*",
"/Users/cmcculloh/Projects/gls-dashboard/node_modules/*",
"/Users/cmcculloh/projects/design-system-react/.git/*",
"/Users/cmcculloh/projects/demuxe/.vs/*",
"/Users/cmcculloh/projects/design-system-react/node_modules/*",
"/Users/cmcculloh/Projects/gls-dashboard/raw_design/*",
"/Users/cmcculloh/Projects/gls-dashboard/.git/*"
],
"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