Skip to content

Instantly share code, notes, and snippets.

@ascheink
Last active August 29, 2015 14:05
Show Gist options
  • Save ascheink/e245e2a3527f4c40da1a to your computer and use it in GitHub Desktop.
Save ascheink/e245e2a3527f4c40da1a to your computer and use it in GitHub Desktop.
Settings for Sublime Text

Sublime Text -> Preferences -> Settings - User

{
"color_scheme": "Packages/User/Mac Classic (SL).tmTheme",
"font_size": 15,
"ignored_packages":
[
"Vintage"
],
// workspace
"remember_open_files": false,
"hot_exit": false,
"close_windows_when_empty": true,
"create_window_at_startup": false,
// whitespace
"draw_white_space": "all",
"rulers": [80],
"detect_indentation": false,
"translate_tabs_to_spaces": true,
"tab_size": 2,
"ensure_newline_at_eof_on_save": true,
"trim_trailing_white_space_on_save": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment