Skip to content

Instantly share code, notes, and snippets.

@chaimleib
Created December 26, 2017 21:20
Show Gist options
  • Save chaimleib/c3f9a76c057b648f164aaee1f88c7bbf to your computer and use it in GitHub Desktop.
Save chaimleib/c3f9a76c057b648f164aaee1f88c7bbf to your computer and use it in GitHub Desktop.
Sublime text prefs
{
"color_scheme": "Packages/Color Scheme - Default/Blackboard.tmTheme",
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
"node_modules",
".cache",
"build"
],
"font_size": 11,
"ignored_packages":
[
"CSS",
"Vintage"
],
"rulers":
[
80,
90,
100
],
"show_full_path": true,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"vintageous_use_ctrl_keys": true,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment