Skip to content

Instantly share code, notes, and snippets.

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 ericgoodwin/129e16d7cde20d4424030cfe8ab96033 to your computer and use it in GitHub Desktop.
Save ericgoodwin/129e16d7cde20d4424030cfe8ab96033 to your computer and use it in GitHub Desktop.
sublime user settings
{
"auto_complete_commit_on_tab": true,
"bold_folder_labels": true,
"caret_style": "phase",
"color_scheme": "Packages/Railscasts Extended/Railscasts Extended.tmTheme",
"draw_white_space": "selection",
"ensure_newline_at_eof_on_save": true,
"folder_exclude_patterns":
[
"...",
".yardoc",
".git",
"deps",
"_build",
".bundle"
],
"font_size": 11.0,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"rulers":
[
80
],
"scroll_past_end": true,
"spell_check": true,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment