Skip to content

Instantly share code, notes, and snippets.

@briancline
Created September 6, 2015 07:29
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 briancline/8797362cb1c138235be0 to your computer and use it in GitHub Desktop.
Save briancline/8797362cb1c138235be0 to your computer and use it in GitHub Desktop.
{
"always_show_minimap_viewport": true,
"anaconda_gutter_theme": "hard",
"animation_enabled": false,
"auto_complete_commit_on_tab": true,
"auto_indent": true,
"binary_file_patterns":
[
"*.jpg",
"*.jpeg",
"*.png",
"*.gif",
"*.ttf",
"*.tga",
"*.dds",
"*.ico",
"*.eot",
"*.pdf",
"*.swf",
"*.jar",
"*.zip"
],
"bold_folder_labels": true,
"caret_extra_width": 0,
"caret_style": "phase",
"color_scheme": "Packages/User/SublimeLinter/BC Tomorrow-Night-Eighties (SL).tmTheme",
"ensure_newline_at_eof_on_save": true,
"file_exclude_patterns":
[
".DS_Store",
"*.pid",
"*.pyc",
"*.pyo",
".coverage",
"pylint_*.txt",
"pylint_*",
"*.o",
"*.a",
"*.lib",
"*.so",
"*.dylib",
"*.exe",
"*.dll",
"*.obj",
"*.ncb",
"*.sdf",
"*.suo",
"*.pdb",
"*.idb",
"*.class",
"*.psd",
"*.db",
"*.sublime-workspace"
],
"find_selected_text": true,
"fold_buttons": false,
"folder_exclude_patterns":
[
".git",
".svn",
".hg",
"CVS",
"__pycache__",
".e",
".env*",
".venv*",
".tox",
"*.egg-info",
"*.egg"
],
"font_face": "Monaco",
"font_face-x": "Menlo",
"font_options":
[
"subpixel_antialias",
"no_bold"
],
"font_size": 11,
"highlight_line": true,
"highlight_modified_tabs": true,
"hot_exit": true,
"ignored_packages":
[
"Vintage"
],
"indent_to_bracket": true,
"index_exclude_patterns":
[
"*.log",
"*.txt",
"*.pyc",
"*.pyo"
],
"line_padding_bottom": 0,
"line_padding_top": 0,
"margin": 4,
"paths":
{
"osx":
[
"~/.pyenv/shims"
]
},
"pep257": false,
"pep8": true,
"remember_full_screen": false,
"remember_open_files": true,
"rulers":
[
79,
120
],
"shift_tab_unindent": true,
"show_full_path": true,
"smart_indent": true,
"soda_classic_tabs": false,
"soda_folder_icons": false,
"tab_size": 4,
"theme-disabled": "Soda Dark 3.sublime-theme",
"translate_tabs_to_spaces": true,
"tree_animation_enabled": false,
"wide_caret": true,
"word_wrap": false,
"wrap_width": 80
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment