Skip to content

Instantly share code, notes, and snippets.

@mike1e
Last active December 18, 2015 10:49
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 mike1e/5771681 to your computer and use it in GitHub Desktop.
Save mike1e/5771681 to your computer and use it in GitHub Desktop.
Sublime Text User Preferences
{
"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
"ensure_newline_at_eof_on_save": true,
"font_size": 15.0,
"font_face": "Inconsolata",
"ignored_packages":[],
"rulers":[80],
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"vintage_start_in_command_mode": true,
"highlight_line": true,
"hightlight_modfied_tabs": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment