Skip to content

Instantly share code, notes, and snippets.

@mthomps
Last active October 31, 2018 05:13
Show Gist options
  • Select an option

  • Save mthomps/da53646465dac6971aec75c9def75191 to your computer and use it in GitHub Desktop.

Select an option

Save mthomps/da53646465dac6971aec75c9def75191 to your computer and use it in GitHub Desktop.
sublime text settings
{
"auto_complete_commit_on_tab": true,
"auto_complete_delay": 35,
"auto_match_enabled": false,
"color_scheme": "Packages/Boxy Theme/schemes/Boxy Solarized Light.tmTheme",
"drag_text": 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",
"*.sublime-workspace",
"*.map",
".tags",
".tags_sorted_by_file",
"sharethrough.css",
"*.min.js"
],
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
"tmp",
".terraform",
"log",
"vendor/assets/bower_components",
"node_modules"
],
"font_face": "InputMono-Regular",
"font_size": 17,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"rulers":
[
100
],
"shift_tab_unindent": true,
"tab_size": 2,
"theme": "Boxy Solarized Light.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"vintageous_use_ctrl_keys": true,
"word_separators": "./\\()\"'-:,.;<>~!@#$%^&*|+=[]{}`~?"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment