Skip to content

Instantly share code, notes, and snippets.

@dummerbd
Created November 11, 2015 20:46
Show Gist options
  • Save dummerbd/110c0e193b5417c242f8 to your computer and use it in GitHub Desktop.
Save dummerbd/110c0e193b5417c242f8 to your computer and use it in GitHub Desktop.
{
"auto_complete_commit_on_tab": true,
"bold_folder_labels": true,
"caret_extra_width": 1,
"color_scheme": "Packages/User/SublimeLinter/Monokai Low-Profile Gray (SL).tmTheme",
"default_line_ending": "linux",
"enabled_telemetry": false,
"file_exclude_patterns":
[
"*.pyc",
"*.css.map",
"*.js.map",
"db.sqlite3"
],
"folder_exclude_patterns":
[
".*",
"__pycache__",
"staticfiles",
"uploadfiles"
],
"font_size": 10,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"index_files": false,
"match_tags": false,
"rulers":
[
80,
99
],
"theme": "Soda Dark 3.sublime-theme",
"translate_tabs_to_spaces": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment