Skip to content

Instantly share code, notes, and snippets.

@jamesproud
Created June 27, 2012 07:58
Show Gist options
  • Save jamesproud/3002308 to your computer and use it in GitHub Desktop.
Save jamesproud/3002308 to your computer and use it in GitHub Desktop.
{
"auto_complete_commit_on_tab": true,
"auto_complete_delay": 300,
"caret_style": "phase",
"close_windows_when_empty": false,
"color_scheme": "Packages/Color Scheme - Default/Sunburst.tmTheme",
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": true,
"file_exclude_patterns":
[
".gitkeep",
".DS_Store",
"*.log",
"*.sassc",
"*.scssc",
"*.pyc"
],
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
".bundle",
".sass-cache",
"index",
"_build",
"dist",
"build",
"site"
],
"font_size": 10.0,
"highlight_line": true,
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"indent_to_bracket": true,
"indent_using_spaces": true,
"save_on_focus_lost": true,
"show_tab_close_buttons": false,
"tab_completion": true,
"tab_size": 3,
"translate_tabs_to_spaces": true,
"trim_automatic_white_space": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": true,
"word_wrap_column": 120
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment