Skip to content

Instantly share code, notes, and snippets.

@tmiller
Last active December 16, 2015 22:49
Show Gist options
  • Save tmiller/5510291 to your computer and use it in GitHub Desktop.
Save tmiller/5510291 to your computer and use it in GitHub Desktop.
A temporary place for my package settings for sublime
{
"tab_size": 2,
"translate_tabs_to_spaces": true,
"draw_white_space": "all"
}
[
{ "keys": ["alt+b"], "command": "move", "args": {"by": "subwords", "forward": false} },
{ "keys": ["alt+f"], "command": "move", "args": {"by": "subword_ends", "forward": true} },
{ "keys": ["alt+shift+b"], "command": "move", "args": {"by": "subwords", "forward": false, "extend": true} },
{ "keys": ["alt+shift+f"], "command": "move", "args": {"by": "subword_ends", "forward": true, "extend": true} },
]
{
"trailing_spaces_modified_lines_only": true,
"trailing_spaces_include_current_line": false,
"trailing_spaces_trim_on_save": true
}
{
"color_scheme": "Packages/Color Scheme - Default/Twilight.tmTheme",
"ensure_newline_at_eof_on_save": true,
"highlight_line": true,
"ignored_packages":
[
],
"rulers":
[
80
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment