Skip to content

Instantly share code, notes, and snippets.

@beanieboi
Created September 30, 2012 18:17
Show Gist options
  • Save beanieboi/3808048 to your computer and use it in GitHub Desktop.
Save beanieboi/3808048 to your computer and use it in GitHub Desktop.
{
"color_scheme": "Packages/User/Tomorrow-Night-Bright.tmTheme",
"ensure_newline_at_eof_on_save": true,
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
".sass-cache"
],
"highlight_line": true,
"highlight_modified_tabs": true,
"hot_exit": false,
"ignored_packages":
[
"Vintage"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"matchBracketsAngle": true,
"matchBracketsBraces": true,
"matchBracketsSquare": true,
"remember_open_files": false,
"rulers":
[
80
],
"tab_size": 2,
"theme": "Soda Light.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"font_face": "Source Code Pro Light",
"font_size": 12
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment