Skip to content

Instantly share code, notes, and snippets.

@stugoo
Created September 11, 2013 08:55
Show Gist options
  • Save stugoo/6521040 to your computer and use it in GitHub Desktop.
Save stugoo/6521040 to your computer and use it in GitHub Desktop.
Sublime text config
{
"bold_folder_labels": true,
"ensure_newline_at_eof_on_save": true,
"file_exclude_patterns":
[
".DS_Store",
".gitkeep",
"dump.rdb",
".svn"
],
"folder_exclude_patterns":
[
".git",
".sass-cache",
"coverage",
".svn",
"log",
"tmp",
"cache",
"uploads"
],
"font_face": "Inconsolata",
"font_size": 14.0,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"save_on_focus_lost": false,
"tab_size": 4,
"translate_tabs_to_spaces": false,
"trim_trailing_white_space_on_save": true,
"word_separators": "./\\()\"'-:,.;<>~!@#%^&$*|+=[]{}`~?",
"word_wrap": false,
"wrap_width": 80
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment