Created
February 27, 2018 15:00
-
-
Save whalesalad/0b31aa651d5ff6c31099664ee895eb48 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"auto_complete": false, | |
"bold_folder_labels": true, | |
"color_scheme": "Packages/User/Made of Code (Flake8Lint).tmTheme", | |
"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", | |
"*.svg", | |
"package-lock.json", | |
"yarn.lock" | |
], | |
"folder_exclude_patterns": | |
[ | |
".bower-cache", | |
".bower-registry", | |
".bower-tmp", | |
"bower_components", | |
"node_modules", | |
".svn", | |
".git", | |
".hg", | |
"CVS", | |
"_build", | |
"dist", | |
"build", | |
"site", | |
"__pycache__", | |
".cache", | |
"vendor" | |
], | |
"folder_no_icon": true, | |
"font_face": "Fira Code Light", | |
"font_size": 16, | |
"gutter": true, | |
"highlight_line": true, | |
"hot_exit": false, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"remember_open_files": false, | |
"rulers": | |
[ | |
100 | |
], | |
"scroll_past_end": true, | |
"show_full_path": true, | |
"sidebar_no_icon": true, | |
"status_bar_brighter": true, | |
"tab_completion": true, | |
"tab_size": 4, | |
"tabs_small": true, | |
"theme": "Afterglow.sublime-theme", | |
"translate_tabs_to_spaces": true, | |
"trim_trailing_white_space_on_save": true, | |
"use_tab_stops": true, | |
"wide_caret": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment