Skip to content

Instantly share code, notes, and snippets.

@gentilfp
Created August 29, 2015 18:15
Show Gist options
  • Save gentilfp/f0dd38c08cd81a54e118 to your computer and use it in GitHub Desktop.
Save gentilfp/f0dd38c08cd81a54e118 to your computer and use it in GitHub Desktop.
Preferences.sublime-settings
{
"auto_complete": false,
"copy_with_empty_selection": true,
"font_size": 12,
"ignored_packages":
[
"Vintage"
],
"index_files": true,
"rulers":
[
80
],
"tab_size": 2,
"theme": "Default.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_separators": "./\\()\"'-:,.;<>~@#$%^&*|+=[]{}`~"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment