Skip to content

Instantly share code, notes, and snippets.

@mguilherme
Created December 20, 2015 16:25
Show Gist options
  • Save mguilherme/d3fbf69c8b09d9708c66 to your computer and use it in GitHub Desktop.
Save mguilherme/d3fbf69c8b09d9708c66 to your computer and use it in GitHub Desktop.
Sublime User Preferences
{
"color_scheme": "Packages/User/SublimeLinter/primer.dark (SL).tmTheme",
"ensure_newline_at_eof_on_save": true,
"font_size": 12,
"ignored_packages":
[
"Vintage"
],
"shift_tab_unindent": true,
"show_full_path": true,
"tab_size": 2,
"theme": "Primer Dark.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