Skip to content

Instantly share code, notes, and snippets.

@MinweiShen
Last active August 29, 2015 14:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MinweiShen/2662534fb5685b09ef0f to your computer and use it in GitHub Desktop.
Save MinweiShen/2662534fb5685b09ef0f to your computer and use it in GitHub Desktop.
Sublime Text 3 User setting
{
"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