Skip to content

Instantly share code, notes, and snippets.

@caiges
Created July 2, 2015 00:50
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 caiges/7857593faa01c15afc98 to your computer and use it in GitHub Desktop.
Save caiges/7857593faa01c15afc98 to your computer and use it in GitHub Desktop.
Sublime Settings
{
"theme": "Aristocat.sublime-theme",
"color_scheme": "Packages/Theme - Aristocat/aristocat.tmTheme",
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
"node_modules"
],
"font_face": "Fira Mono",
"font_size": 11,
"ignored_packages":
[
"Markdown"
],
"tab_size": 2,
"translate_tabs_to_spaces": false,
"word_wrap": true,
"wrap_width": 0
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment