Skip to content

Instantly share code, notes, and snippets.

@rhenning
Last active December 19, 2015 21:58
Show Gist options
  • Save rhenning/6023759 to your computer and use it in GitHub Desktop.
Save rhenning/6023759 to your computer and use it in GitHub Desktop.
ST2 User Preferences
{
"theme": "Soda Dark.sublime-theme",
"font_size": 11.0,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"tab_completion": true,
"detect_indentation": false,
"ignored_packages": [ "Vintage" ],
"sublimelinter_executable_map": { "ruby": "/Users/rhenning/.rvm/bin/rvm-auto-ruby" },
"sublimelinter_syntax_map": { "ruby": "/Users/rhenning/.rvm/bin/rvm-auto-ruby" }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment