Skip to content

Instantly share code, notes, and snippets.

@matallo
Created July 6, 2017 10:24
Show Gist options
  • Save matallo/8d1a99859019af17281556beb56fd920 to your computer and use it in GitHub Desktop.
Save matallo/8d1a99859019af17281556beb56fd920 to your computer and use it in GitHub Desktop.
{
"color_scheme": "Packages/Theme - Spacegray/base16-ocean.dark.tmTheme",
"draw_white_space": "all",
"file_exclude_patterns":
[
".DS_Store",
".grunt/*",
".log",
".tmp/*",
".sass-cache/*",
"_dist/*",
"_site/*",
"bower_components/*",
"node_modules/*",
"db/fake_data/*",
"public/*",
"tmp/*",
"vendor/*",
"lib/assets/javascripts/cartodb3/*",
"lib/assets/test/spec/cartodb3/*",
"lib/assets/locale/*"
],
"font_face": "Source Code Pro",
"font_size": 16,
"ignored_packages":
[
"Vintage"
],
"rulers":
[
120
],
"tab_size": 2,
"theme": "Spacegray.sublime-theme",
"translate_tabs_to_spaces": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment