Skip to content

Instantly share code, notes, and snippets.

@roustem
Last active August 29, 2015 14:18
Show Gist options
  • Save roustem/92ff5e3bbc3c2beeae43 to your computer and use it in GitHub Desktop.
Save roustem/92ff5e3bbc3c2beeae43 to your computer and use it in GitHub Desktop.
{
"always_show_minimap_viewport": true,
"binary_file_patterns":
[
"*.d.ts"
],
"color_scheme": "Packages/Tomorrow Color Schemes/Tomorrow.tmTheme",
"detect_indentation": false,
"draw_minimap_border": true,
"folder_exclude_patterns":
[
".git",
".sass-cache",
"build",
"bin",
"vendor"
],
"font_face": "Consolas",
"font_size": 15,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"soda_classic_tabs": false,
"theme": "Soda Light 3.sublime-theme",
"translate_spaces_to_tabs": true,
"translate_tabs_to_spaces": false,
"trim_trailing_white_space_on_save": true,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment