Skip to content

Instantly share code, notes, and snippets.

@mark-d-holmberg
Created July 31, 2014 17:08
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 mark-d-holmberg/dc24c783e188e5e0cf43 to your computer and use it in GitHub Desktop.
Save mark-d-holmberg/dc24c783e188e5e0cf43 to your computer and use it in GitHub Desktop.
Sublime Text 3 Settings
[
{ "keys": ["super+shift+down"], "command": "select_lines", "args": {"forward": true} },
]
{
"color_scheme": "Packages/RailsCasts Colour Scheme/RailsCastsColorScheme.tmTheme",
"ensure_newline_at_eof_on_save": true,
"font_size": 15,
"ignored_packages":
[
],
"scroll_past_end": true,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_automatic_white_space": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": "true"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment