Skip to content

Instantly share code, notes, and snippets.

@dannygarcia
Last active December 20, 2015 09:39
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 dannygarcia/6108963 to your computer and use it in GitHub Desktop.
Save dannygarcia/6108963 to your computer and use it in GitHub Desktop.
ST2 Settings
[
{ "keys": ["ctrl+s"], "command": "toggle_side_bar" },
{ "keys": ["ctrl+shift+j"], "command": "js_run" }
]
{
"bold_folder_labels": true,
"color_scheme": "Packages/Tomorrow Color Schemes/Tomorrow-Night.tmTheme",
"ensure_newline_at_eof_on_save": true,
"folder_exclude_patterns":
[
".sass-cache",
".git"
],
"font_options":
[
"no_round"
],
"font_size": 12.0,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_active"
],
"soda_classic_tabs": true,
"spell_check": true,
"theme": "Soda Dark.sublime-theme",
"trim_automatic_white_space": true,
"trim_trailing_white_space_on_save": true,
"use_simple_full_screen": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment