Skip to content

Instantly share code, notes, and snippets.

@fernandomantoan
Created May 8, 2012 13:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fernandomantoan/2635189 to your computer and use it in GitHub Desktop.
Save fernandomantoan/2635189 to your computer and use it in GitHub Desktop.
Sublime configuration
{
"auto_complete": true,
"auto_complete_delay": 50,
"auto_complete_selector": "source - comment",
"auto_complete_with_fields": false,
"auto_indent": true,
"auto_match_enabled": true,
"color_scheme": "Packages/Color Scheme - Default/Railscasts.tmTheme",
"detect_indentation": true,
"font_face": "Inconsolata",
"font_size": 13,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"tab_completion": true,
"tab_size": 4,
"theme": "Soda Light.sublime-theme",
"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