Last active
August 29, 2015 14:13
-
-
Save igr-santos/b144618abf202a102567 to your computer and use it in GitHub Desktop.
Configure Sublime Text 3
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, | |
"color_scheme": "Packages/User/SublimeLinter/Perv Orange Moonlight (SL).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": "Ubuntu Mono", | |
"font_size": 10, | |
"highlight_modified_tabs": true, | |
"ignored_packages": | |
[ | |
"SideBarEnhancements", | |
"Vintage" | |
], | |
"indent_guide_options": | |
[ | |
"draw_active", | |
"draw_normal" | |
], | |
"indent_to_bracket": true, | |
"line_padding_bottom": 1, | |
"line_padding_top": 1, | |
"preview_on_click": false, | |
"shift_tab_unindent": true, | |
"show_panel_on_build": false, | |
"soda_classic_tabs": true, | |
"soda_folder_icons": false, | |
"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