Last active
August 19, 2020 23:57
-
-
Save seperman/97ce899db865aac453f235520938d985 to your computer and use it in GitHub Desktop.
sublime settings user mac
This file contains 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
Show hidden characters
{ | |
"added_words": | |
[ | |
"json", | |
"readthedocs", | |
"datetime", | |
"pprint", | |
"Django", | |
"Lucene", | |
"elasticsearch", | |
"aggregator", | |
"refactor", | |
"fleetio", | |
"searchable", | |
"operability", | |
"Unittest", | |
"autocomplete", | |
"learnt", | |
"Levenshtein", | |
"autosuggest", | |
"Trie", | |
"graphviz", | |
"dawg", | |
"Wikipedia", | |
"trie", | |
"deque", | |
"serializer", | |
"diffing", | |
"timedelta", | |
"Kubernetes", | |
"workflow", | |
"workflows" | |
], | |
"additional_path_items": | |
[ | |
"/Users/sepdahpour/.pyenv/shims/" | |
], | |
"binary_file_patterns": | |
[ | |
"dist/*", | |
"node_modules/*", | |
"bower_components/*", | |
"*.jpg", | |
"*.jpeg", | |
"*.png", | |
"*.gif", | |
"*.ttf", | |
"*.tga", | |
"*.dds", | |
"*.ico", | |
"*.eot", | |
"*.pdf", | |
"*.swf", | |
"*.jar", | |
"*.zip" | |
], | |
"color_scheme": "Packages/Babel/Monokai Phoenix.tmTheme", | |
"draw_white_space": "selection", | |
"ensure_newline_at_eof_on_save": true, | |
"file_exclude_patterns": | |
[ | |
"*.zip", | |
"*.pyc", | |
"flake8.log" | |
], | |
"folder_exclude_patterns": | |
[ | |
".svn", | |
".git", | |
".hg", | |
"CVS", | |
"venv", | |
"__pycache__" | |
], | |
"font_size": 19, | |
"ignored_packages": | |
[ | |
"GoSublime", | |
"RestructuredText", | |
"Vintage" | |
], | |
"spell_check": true, | |
"translate_tabs_to_spaces": false, | |
"show_line_endings": true, | |
"show_encoding": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment