Skip to content

Instantly share code, notes, and snippets.

@scottbaggett
Last active December 11, 2015 06:28
Show Gist options
  • Select an option

  • Save scottbaggett/4559573 to your computer and use it in GitHub Desktop.

Select an option

Save scottbaggett/4559573 to your computer and use it in GitHub Desktop.
sublime text preferences
{
"color_scheme": "Packages/User/Espresso Soda.tmTheme",
"detect_indentation": true,
"file_exclude_patterns":
[
".scss",
".DS_Store",
".sassc",
".scssc",
"*.css.sassc",
"*.css.scssc"
],
"translate_tabs_to_spaces":true,
"trim_trailing_white_space_on_save":true,
"ensure_newline_at_eof_on_save":true,
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
".sass-cache",
"CVS",
"tmp/cache"
],
"font_face": "Monaco",
"font_size": 13.0,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"shift_tab_unindent": true,
"tab_size": 2,
"theme": "Soda Light.sublime-theme"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment