Skip to content

Instantly share code, notes, and snippets.

@ourmaninamsterdam
Last active March 30, 2016 11:13
Show Gist options
  • Save ourmaninamsterdam/f908df612d8c18ff872c to your computer and use it in GitHub Desktop.
Save ourmaninamsterdam/f908df612d8c18ff872c to your computer and use it in GitHub Desktop.
SublimeText 3 User Settings
{
"auto_close_tags": false,
"bold_folder_labels": true,
"caret_style": "phase",
"color_scheme": "Packages/User/SublimeLinter/Monokai (SL).tmTheme",
"dictionary": "Packages/Language - English/en_GB.dic",
"enable_telemetry": false,
"file_exclude_patterns":
[
"*.scssc",
".DS_Store"
],
"folder_exclude_patterns":
[
".svn",
".git",
".hg*",
".sass-cache",
"CVS",
"node_modules",
".templates",
"tmp/*",
"bower_components"
],
"font_size": 12,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"margin": 2,
"save_on_focus_lost": true,
"tab_size": 4,
"translate_tabs_to_spaces": true,
"wide_caret": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment