Skip to content

Instantly share code, notes, and snippets.

@perezpaya
Created October 8, 2014 08:15
Show Gist options
  • Save perezpaya/02cd5e29f8ff022c97a4 to your computer and use it in GitHub Desktop.
Save perezpaya/02cd5e29f8ff022c97a4 to your computer and use it in GitHub Desktop.
Sublime Config
{
"color_scheme": "Packages/User/Monokai Soda.tmTheme",
"ignored_packages":
[
"JSLint",
"Vintage",
"JSHint"
],
"rulers":
[
80,
120
],
"smart_indent": true,
"soda_classic_tabs": false,
"soda_folder_icons": true,
"tab_size": 4,
"theme": "Soda Dark.sublime-theme",
"translate_tabs_to_spaces": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment