Skip to content

Instantly share code, notes, and snippets.

@challengee
Created March 26, 2015 20:44
Show Gist options
  • Save challengee/4ba6cf33303bac0aa989 to your computer and use it in GitHub Desktop.
Save challengee/4ba6cf33303bac0aa989 to your computer and use it in GitHub Desktop.
{
"auto_complete": false,
"color_scheme": "Packages/Railscasts.tmTheme",
"detect_indentation": false,
"ensure_newline_at_eof_on_save": true,
"font_options":
[
"bold"
],
"font_size": 14.0,
"ignored_packages":
[
"GitGutter",
"AdvancedNewFile",
"RubyTest",
"Vintage"
],
"indent_guide_options":
[
"draw_active"
],
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true
}
[
{ "keys": ["super+\\"], "command": "toggle_side_bar" },
{ "keys": ["super+l"], "command": "reveal_in_side_bar"},
{ "keys": ["super+enter"], "command": "close_all" },
{ "keys": ["super+t"], "command": "related_files"}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment