Last active
December 27, 2021 16:53
-
-
Save pbanaszkiewicz/6351258 to your computer and use it in GitHub Desktop.
Sublime Text 3 configuration
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
Show hidden characters
{ | |
"always_show_minimap_viewport": true, | |
"bold_folder_labels": true, | |
"caret_style": "solid", | |
"color_scheme": "Packages/Monokai Extended/Monokai Extended.tmTheme", | |
"draw_minimap_border": true, | |
"enable_telemetry": false, | |
"ensure_newline_at_eof_on_save": true, | |
"folder_exclude_patterns": | |
[ | |
".svn", | |
".git", | |
".hg", | |
"CVS", | |
"__pycache__" | |
], | |
"font_face": "Meslo LG L", | |
"font_options": | |
[ | |
"subpixel_antialias" | |
], | |
"font_size": 9, | |
"highlight_line": true, | |
"highlight_modified_tabs": true, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"indent_guide_options": | |
[ | |
"draw_active", | |
"draw_normal" | |
], | |
"indent_to_bracket": true, | |
"line_padding_bottom": 0, | |
"line_padding_top": 0, | |
"preview_on_click": false, | |
"rulers": | |
[ | |
79 | |
], | |
"shift_tab_unindent": true, | |
"show_panel_on_build": false, | |
"soda_classic_tabs": true, | |
"soda_folder_icons": false, | |
"theme": "Soda Dark 3.sublime-theme", | |
"translate_tabs_to_spaces": true, | |
"trim_trailing_white_space_on_save": true, | |
"wrap_width": 80 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment