Skip to content

Instantly share code, notes, and snippets.

@justinrainbow
Created January 24, 2014 15:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save justinrainbow/8599907 to your computer and use it in GitHub Desktop.
Save justinrainbow/8599907 to your computer and use it in GitHub Desktop.
{
"bold_folder_labels": true,
"ensure_newline_at_eof_on_save": true,
"file_exclude_patterns":
[
".DS_Store",
"dump.rdb"
],
"font_size": 12.0,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"remember_open_files": true,
"scroll_past_end": true,
"stupid_indent":
[
{
"patterns":
[
"Gemfile",
"*.rb",
"*.erb",
"*.scss",
"*.coffee",
"*.pp",
"*.feature",
"*.js"
],
"tab_size": 2,
"translate_tabs_to_spaces": true
},
{
"patterns":
[
"*.lua"
],
"tab_size": 2,
"translate_tabs_to_spaces": true
},
{
"patterns":
[
"*.html",
"*.css"
],
"tab_size": 4,
"translate_tabs_to_spaces": true
},
{
"patterns":
[
"*.php"
],
"tab_size": 4,
"translate_tabs_to_spaces": true
},
{
"patterns":
[
"*.md",
"*.markdown"
],
"tab_size": 4,
"translate_tabs_to_spaces": true
}
],
"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