Skip to content

Instantly share code, notes, and snippets.

@katio
Created December 26, 2015 06:52
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 katio/8ca94b13b66565815bc4 to your computer and use it in GitHub Desktop.
Save katio/8ca94b13b66565815bc4 to your computer and use it in GitHub Desktop.
Simple Sublime Text preferences JSON
{
"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
"font_face": "",
"font_size": 14,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_automatic_white_space": true,
"trim_trailing_white_space_on_save": true,
"save_on_focus_lost": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment