Skip to content

Instantly share code, notes, and snippets.

@aslamnd
Last active December 18, 2015 09:49
Show Gist options
  • Save aslamnd/5764030 to your computer and use it in GitHub Desktop.
Save aslamnd/5764030 to your computer and use it in GitHub Desktop.
A Standard Sublime user settings that we use in froncube.
{
"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
"detect_indentation": true,
"font_face": "Inconsolata",
"font_size": 16.0,
"ignored_packages":
[
""
],
"tab_size": 2,
"translate_tabs_to_spaces": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment