Skip to content

Instantly share code, notes, and snippets.

@rmariuzzo
Created December 24, 2014 14:17
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 rmariuzzo/0b4882992e49c58b976b to your computer and use it in GitHub Desktop.
Save rmariuzzo/0b4882992e49c58b976b to your computer and use it in GitHub Desktop.
rmariuzzo's Sublime Text preferences
{
"color_scheme": "Packages/Theme - Spacegray/base16-ocean.dark.tmTheme",
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
".sass-cache",
"node_modules",
"bower_components"
],
"font_face": "Source Code Pro",
"font_size": 12,
"ignored_packages":
[
"Vintage"
],
"line_numbers": false,
"theme": "Spacegray Eighties.sublime-theme",
"translate_tabs_to_spaces": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment