Skip to content

Instantly share code, notes, and snippets.

@robert2d
Created March 16, 2015 01:40
Show Gist options
  • Save robert2d/de872e72fd57e08773bf to your computer and use it in GitHub Desktop.
Save robert2d/de872e72fd57e08773bf to your computer and use it in GitHub Desktop.
Sublime Text user settings
{
"bold_folder_labels": true,
"color_scheme": "Packages/User/Afterglow-monokai (SL).tmTheme",
"ensure_newline_at_eof_on_save": true,
"font_size": 12,
"ignored_packages":
[
"Vintage",
"Markdown"
],
"paths":
{
"osx":
[
"/usr/local/bin"
]
},
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"rulers": [80],
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment