{ | |
"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