Skip to content

Instantly share code, notes, and snippets.

@flaviozantut
Created September 25, 2012 21:16
Show Gist options
  • Save flaviozantut/3784502 to your computer and use it in GitHub Desktop.
Save flaviozantut/3784502 to your computer and use it in GitHub Desktop.
default user config for Sublime Text 2
{
"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
"font_size": 10,
"ignored_packages":
[
"Vintage"
],
"tab_size": 4,
"highlight_line": true,
"trim_trailing_white_space_on_save": true,
"auto_complete_commit_on_tab": true,
"draw_white_space": "all",
"translate_tabs_to_spaces": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment