Skip to content

Instantly share code, notes, and snippets.

@geewiz
Created August 28, 2014 14:50
Show Gist options
  • Save geewiz/ffafa632b19878c19c61 to your computer and use it in GitHub Desktop.
Save geewiz/ffafa632b19878c19c61 to your computer and use it in GitHub Desktop.
My Sublime Text 3 configuration
{
"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
"font_face": "Source Code Pro",
"font_size": 15.0,
"ignored_packages":
[
"Vintage",
"Markdown"
],
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"use_tab_stops": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment