Skip to content

Instantly share code, notes, and snippets.

@kreitje
Last active December 25, 2015 23:29
Show Gist options
  • Save kreitje/7057857 to your computer and use it in GitHub Desktop.
Save kreitje/7057857 to your computer and use it in GitHub Desktop.
My Sublime Text 2 user preferences
// Settings in here override those in "Default/Preferences.sublime-settings", and
// are overridden in turn by file type specific settings.
{
"ignored_packages":
[
"Vintage"
],
"font_size": 12,
"word_wrap": false,
"highlight_line": true,
"open_files_in_new_window": false,
"highlight_modified_tabs": true,
"shift_tab_unindent": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment