Skip to content

Instantly share code, notes, and snippets.

@grammaticof
Last active December 17, 2015 11:49
Show Gist options
  • Save grammaticof/5605356 to your computer and use it in GitHub Desktop.
Save grammaticof/5605356 to your computer and use it in GitHub Desktop.
sublime text 3 - settings
{
"color_scheme": "Packages/Tomorrow Color Schemes/Tomorrow-Night-Bright.tmTheme",
"draw_white_space": "selection",
"find_selected_text": true,
"fold_buttons": false,
"font_options":
[
"subpixel_antialias"
],
"font_size": 11,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"soda_classic_tabs": false,
"tab_size": 2,
"theme": "Soda Dark.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": false
}
[
{ "keys": ["super+shift+c"], "command": "reindent", "args": {"single_line": false} }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment