Skip to content

Instantly share code, notes, and snippets.

@minipai
Created November 28, 2012 15:28
Show Gist options
  • Save minipai/4161973 to your computer and use it in GitHub Desktop.
Save minipai/4161973 to your computer and use it in GitHub Desktop.
sublime-settings
{
"color_scheme": "Packages/Color Scheme - Default/Solarized (Light).tmTheme",
"draw_white_space": "all",
"file_exclude_patterns":
[
"*.pyc",
".DS_Store"
],
"folder_exclude_patterns":
[
".sass-cache",
"build"
],
"font_face": "Source Code Pro",
"font_size": 15.0,
"ignored_packages":
[
"Vintage"
],
"soda_classic_tabs": true,
"tab_completion": false,
"theme": "Soda Light.sublime-theme",
"trim_trailing_white_space_on_save": true,
"hayaku_CSS_syntax_autoguess": [
"selector {",
" property: value;",
"}"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment