Last active
August 29, 2015 14:16
-
-
Save MinweiShen/2662534fb5685b09ef0f to your computer and use it in GitHub Desktop.
Sublime Text 3 User setting
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
{ | |
"color_scheme": "Packages/Color Scheme - Default/Espresso Libre.tmTheme", | |
"font_size": 13, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
// show spaces | |
"draw_white_space": "all", | |
// the theme | |
"theme": "DefaultPlus.sublime-theme", | |
// setting for python indent | |
"tab_size": 4, | |
"translate_tabs_to_spaces": true, | |
"trim_automatic_white_space": true, | |
"trim_trailing_white_space_on_save": true, | |
"detect_indentation" : false, | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment