Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@seperman
Last active August 19, 2020 23:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save seperman/97ce899db865aac453f235520938d985 to your computer and use it in GitHub Desktop.
Save seperman/97ce899db865aac453f235520938d985 to your computer and use it in GitHub Desktop.
sublime settings user mac
{
"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