Skip to content

Instantly share code, notes, and snippets.

@matthojo
Created March 1, 2014 16:52
Show Gist options
  • Save matthojo/9292859 to your computer and use it in GitHub Desktop.
Save matthojo/9292859 to your computer and use it in GitHub Desktop.
Sublime Text preferences
{
"dictionary": "Packages/Language - English/en_GB.dic",
"installed_packages":
[
"Base16 Color Schemes",
"ColorPicker",
"Git",
"GitGutter",
"Inc-Dec-Value",
"Jade",
"Pretty JSON",
"SideBarEnhancements",
"Stylus",
"SublimeLinter",
"SublimeLinter-jshint",
"Theme - Soda",
"Tomorrow Color Schemes",
"TrailingSpaces"
],
"rulers":
[
80
],
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true
}
{
"color_scheme": "Packages/User/Tomorrow-Night (SL).tmTheme",
"detect_slow_plugins": false,
"dictionary": "Packages/Language - English/en_GB.dic",
"ensure_newline_at_eof_on_save": true,
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
"_site",
".sass-cache",
"node_modules"
],
"ignored_packages":
[
"Vintage"
],
"scroll_past_end": true,
"soda_classic_tabs": true,
"tab_size": 2,
"theme": "Soda Dark 3.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