Skip to content

Instantly share code, notes, and snippets.

@garrypolley
Last active December 10, 2015 19:08
Show Gist options
  • Save garrypolley/4479183 to your computer and use it in GitHub Desktop.
Save garrypolley/4479183 to your computer and use it in GitHub Desktop.
My sublime text 2 settings
[
{ "keys": ["super+."], "command": "toggle_side_bar" },
{ "keys": ["super+shift+m"], "command": "toggle_minimap"},
{ "keys": ["super+p"], "command": "swap_case"},
{ "keys": ["super+shift+l"], "command": "lower_case" }
]
{
"jshint_options":
{
"indent": 1,
"evil": false,
"regexdash": true,
"browser": true,
"wsh": true,
"trailing": true,
"sub": true
},
"pep8_ignore":
[
"E501",
"E128",
"E127",
"E126",
"E125",
"E123",
"E121"
]
}
{
"bold_folder_labels": true,
"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
"default_line_ending": "unix",
"fallback_encoding": "UTF-8",
"find_selected_text": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"scroll_past_end": true,
"shift_tab_unindent": true,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment