Skip to content

Instantly share code, notes, and snippets.

@kotarok
Last active December 11, 2015 11:19
Show Gist options
  • Save kotarok/4593083 to your computer and use it in GitHub Desktop.
Save kotarok/4593083 to your computer and use it in GitHub Desktop.
{
"caret_style": "phase",
"color_scheme": "Packages/Color Scheme - Default/Espresso Soda.tmTheme",
"ensure_newline_at_eof_on_save": true,
"font_size": 13.0,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"jsdocs_notation_map":
[
{
"regex": "_$",
"tags":
[
"@private"
]
}
],
"rulers":
[
80
],
"scroll_past_end": true,
"soda_classic_tabs": false,
"tab_size": 2,
"theme": "Soda Light.sublime-theme",
"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