Skip to content

Instantly share code, notes, and snippets.

@matiasleidemer
Created April 10, 2013 12:20
Show Gist options
  • Save matiasleidemer/5354136 to your computer and use it in GitHub Desktop.
Save matiasleidemer/5354136 to your computer and use it in GitHub Desktop.
{
"bold_folder_labels": true,
"color_scheme": "Packages/Color Scheme - Default/Tomorrow-Night.tmTheme",
"ensure_newline_at_eof_on_save": true,
"file_exclude_patterns":
[
".DS_Store",
".gitkeep",
"dump.rdb"
],
"folder_exclude_patterns":
[
".git",
".svn",
".sass-cache"
],
"font_face": "Source Code Pro",
"font_size": 14.0,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"rulers":
[
80
],
"tab_size": 2,
"theme": "Soda Dark.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment