Skip to content

Instantly share code, notes, and snippets.

@davidvanleeuwen
Created February 25, 2014 14:29
Show Gist options
  • Save davidvanleeuwen/9209842 to your computer and use it in GitHub Desktop.
Save davidvanleeuwen/9209842 to your computer and use it in GitHub Desktop.
Preferences.submlime-settings
{
"bold_folder_labels": true,
"caret_style": "smooth",
"color_scheme": "Packages/Theme - Spacegray/base16-ocean.dark.tmTheme",
"file_exclude_patterns":
[
"smart.lock",
".DS_Store",
".bowerrc",
".gitignore",
"Gemfile.lock",
".editorconfig",
"bower.json",
"package.json",
"Gemfile",
"dump.rdb"
],
"folder_exclude_patterns":
[
"S3.app",
".git",
".meteor",
".sass-cache",
"node_modules",
"bower_components",
"packages",
"build"
],
"font_options":
[
"subpixel_antialias"
],
"font_size": 14.0,
"highlight_line": true,
"ignored_packages":
[
"JS2Coffee",
"Vintage",
"CoffeeCompile"
],
"line_padding_bottom": 2,
"line_padding_top": 2,
"scroll_past_end": true,
"soda_classic_tabs": false,
"soda_folder_icons": true,
"spell_check": "true",
"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