Skip to content

Instantly share code, notes, and snippets.

@bergera
Last active December 6, 2016 04:44
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 bergera/ce54cd575e2d24c3a565ff63fdc8d4c9 to your computer and use it in GitHub Desktop.
Save bergera/ce54cd575e2d24c3a565ff63fdc8d4c9 to your computer and use it in GitHub Desktop.
Sublime Text settings
[
{ "keys": ["tab"], "command": "move", "args": {"by": "characters", "forward": true}, "context":
[
{ "key": "following_text", "operator": "regex_contains", "operand": "^[)\"'\\]\\};]", "match_all": true },
{ "key": "auto_complete_visible", "operator": "equal", "operand": false }
]
}
]
{
"bold_folder_labels": true,
"build_on_save": false,
"color_scheme": "Packages/Solarized Color Scheme/Solarized (dark).tmTheme",
"fade_fold_buttons": false,
"font_face": "Anonymous Pro Bold",
"font_size": 16,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Gist",
"PlainTasks",
"SublimeOnSaveBuild",
"Vintage"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"tab_size": 2,
"theme": "Spacegray.sublime-theme",
"translate_tabs_to_spaces": true
}
[
{
"class": "sidebar_label",
"font.size": 16
},
{
"class": "sidebar_tree",
"row_padding": [8, 7]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment