Skip to content

Instantly share code, notes, and snippets.

@taiar
Last active July 22, 2016 14:46
Show Gist options
  • Save taiar/7043151 to your computer and use it in GitHub Desktop.
Save taiar/7043151 to your computer and use it in GitHub Desktop.
Preferences.sublime-settings
{
"color_scheme": "Packages/User/SublimeLinter/Solarized (Dark) (SL).tmTheme",
"ensure_newline_at_eof_on_save": true,
"font_size": 13,
"highlight_line": true,
"hot_exit": false,
"ignored_packages":
[
"Vintage"
],
"remember_open_files": false,
"rulers":
[
80,
120
],
"tab_size": 2,
"theme": "Sodarized Dark 3.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_automatic_white_space": true,
"trim_trailing_white_space_on_save": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment