Skip to content

Instantly share code, notes, and snippets.

@nicothin
Last active February 19, 2020 07:17
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • Save nicothin/20923cefbb7c9dd9d1c76f65c31694b7 to your computer and use it in GitHub Desktop.
Save nicothin/20923cefbb7c9dd9d1c76f65c31694b7 to your computer and use it in GitHub Desktop.
{
"always_show_minimap_viewport": true,
"bold_folder_labels": true,
"copy_with_empty_selection": false,
"default_line_ending": "unix",
"draw_white_space": "all",
"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",
"*.sublime-project"
],
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
".publish",
"node_modules"
],
"font_size": 12,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"ignored_words":
[
"editorconfig",
"env",
"nicothin",
"png",
"scss",
"stylelint",
"url"
],
"line_padding_bottom": 2,
"line_padding_top": 2,
"rulers":
[
30,
80,
120
],
"save_on_focus_lost": true,
"auto_complete": false,
"shift_tab_unindent": true,
"show_definitions": false,
"show_encoding": true,
"tab_size": 4,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"update_check": false,
"word_separators": "./\\()\"«»':,.;<>~!@#$%^&*|+=[]{}`~?_",
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment