Install Package Control.
Use Package Control to install:
Use the config file.
Install Package Control.
Use Package Control to install:
Use the config file.
| { | |
| "python_interpreter": "python3" | |
| } |
| // GitGutter Settings - User | |
| { | |
| "show_line_annotation": false | |
| } |
| { | |
| "color_scheme": "Packages/Boxy Theme/schemes/Boxy Ocean.tmTheme", | |
| "draw_white_space": "all", | |
| "ensure_newline_at_eof_on_save": true, | |
| "font_face": "SFMono-Light", | |
| "font_size": 12, | |
| "highlight_line": true, | |
| "ignored_packages": | |
| [ | |
| "GoSublime", | |
| "Python", | |
| "Vintage" | |
| ], | |
| "indent_guide_options": | |
| [ | |
| "draw_normal", | |
| "draw_active" | |
| ], | |
| "line_padding_bottom": 2, | |
| "line_padding_top": 2, | |
| "rulers": | |
| [ | |
| 72, | |
| 79, | |
| 100 | |
| ], | |
| "show_encoding": true, | |
| "show_line_endings": true, | |
| "theme": "Boxy Ocean.sublime-theme", | |
| "translate_tabs_to_spaces": true, | |
| "trim_trailing_white_space_on_save": true | |
| } |
| { | |
| "black_debug_on": true, | |
| "black_line_length": 79, | |
| "black_on_save": true, | |
| "black_py36": true | |
| } |