Created
June 2, 2017 09:16
-
-
Save vmwsree/0db04a6c463467f58e477a472fbfa3f0 to your computer and use it in GitHub Desktop.
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
{ | |
"added_words": | |
[ | |
"Saurabh", | |
"unsubscribed", | |
"postgres", | |
"sudo", | |
"bumpversion", | |
"django", | |
"gzip", | |
"whitenoise", | |
"https", | |
], | |
"always_show_minimap_viewport": true, | |
"bold_folder_labels": true, | |
"caret_style": "solid", | |
"color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme", | |
"copy_with_empty_selection": false, | |
"drag_text": false, | |
"draw_white_space": "all", | |
"ensure_newline_at_eof_on_save": true, | |
"file_exclude_patterns": | |
[ | |
".DS_Store", | |
".coverage", | |
"*.pyc", | |
"*.rdb" | |
], | |
"folder_exclude_patterns": | |
[ | |
".svn", | |
".git", | |
".hg", | |
"CVS", | |
".sass-cache", | |
"node_modules", | |
".tmp", | |
"__pycache__", | |
".cache" | |
], | |
"font_face": "Source Code Pro", | |
"font_options": | |
[ | |
"gray_antialias" | |
], | |
"font_size": 15, | |
"highlight_line": true, | |
"hot_exit": false, | |
"ignored_packages": | |
[ | |
"GoSublime", | |
"Markdown", | |
"Vintage" | |
], | |
"indent_guide_options": | |
[ | |
"draw_active" | |
], | |
"index_exclude_patterns": | |
[ | |
"*.log" | |
], | |
"line_numbers": false, | |
"line_padding_bottom": 3, | |
"line_padding_top": 3, | |
"material_theme_compact_panel": false, | |
"material_theme_small_statusbar": true, | |
"material_theme_small_tab": true, | |
"overlay_scroll_bars": "enabled", | |
"pep8_max_line_length": 120, | |
"rulers": | |
[ | |
79, | |
119 | |
], | |
"scroll_past_end": false, | |
"shift_tab_unindent": true, | |
"show_line_endings": true, | |
"theme": "Material-Theme.sublime-theme", | |
"translate_tabs_to_spaces": true, | |
"trim_trailing_white_space_on_save": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment