Skip to content

Instantly share code, notes, and snippets.

@robneu
Last active December 11, 2015 04: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 robneu/4549535 to your computer and use it in GitHub Desktop.
Save robneu/4549535 to your computer and use it in GitHub Desktop.
My Main Sublime Text 2 User Settings
{
"bold_folder_labels": true,
"color_scheme": "Packages/Tomorrow Color Schemes/Tomorrow-Night-Bright.tmTheme",
"dictionary": "Packages/Language - English/en_US.dic",
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
"_build",
"dist",
"build",
"site"
],
"font_size": 12,
"font_face": "Ubuntu Mono",
"font_options":
[
"subpixel_antialias"
],
"ignored_packages":
[
],
"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