Created
January 20, 2014 19:49
-
-
Save jbradach/8527700 to your computer and use it in GitHub Desktop.
Sublime Text 3 settings for Python development.
This file contains hidden or 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
{ | |
"auto_complete": true, | |
"auto_indent": true, | |
"auto_match_enabled": false, | |
"bold_folder_labels": true, | |
"caret_extra_bottom": 1, | |
"caret_extra_top": 1, | |
"caret_extra_width": 1, | |
"caret_style": "solid", | |
"color_scheme": "Packages/User/Monokai Extended (SL).tmTheme", | |
"defaultLineEnding": "unix", | |
"draw_white_space": "all", | |
"enable_telemetry": false, | |
"ensure_newline_at_eof_on_save": true, | |
"fade_fold_buttons": false, | |
"fold_buttons": true, | |
"font_face": "Ubuntu Mono", | |
"font_options": | |
[ | |
"subpixel_antialias", | |
"no_bold" | |
], | |
"font_size": 12.0, | |
"highlight_line": true, | |
"highlight_modified_tabs": true, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"indent_guide_options": | |
[ | |
"draw_active", | |
"draw_normal" | |
], | |
"indent_to_bracket": true, | |
"line_padding_bottom": 1, | |
"line_padding_top": 1, | |
"margin": 0, | |
"rulers": | |
[ | |
72, | |
79 | |
], | |
"shift_tab_unindent": true, | |
"show_encoding": true, | |
"show_line_endings": true, | |
"show_minimap": false, | |
"smart_indent": true, | |
"soda_classic_tabs": false, | |
"soda_folder_icons": true, | |
"tab_size": 4, | |
"theme": "Soda Dark 3.sublime-theme", | |
"translate_tabs_to_spaces": true, | |
"trim_automatic_white_space": true, | |
"trim_trailing_white_space_on_save": true, | |
"wide_caret": true, | |
"word_wrap": "auto", | |
"wrap_width": 80 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment