Skip to content

Instantly share code, notes, and snippets.

@monners
Created September 17, 2015 06:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save monners/7d8b9564412271ec03c3 to your computer and use it in GitHub Desktop.
Save monners/7d8b9564412271ec03c3 to your computer and use it in GitHub Desktop.
Sublime user preferences file
{
"color_scheme": "Packages/Theme - Brogrammer/brogrammer.tmTheme",
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
"node_modules",
"dist"
],
"font_face": "Hack",
"font_size": 17,
"ignored_packages":
[
"Vintage"
],
"scroll_past_end": true,
"tab_size": 2
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment