Skip to content

Instantly share code, notes, and snippets.

@mateusg
Created July 18, 2012 18:35
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 mateusg/3137953 to your computer and use it in GitHub Desktop.
Save mateusg/3137953 to your computer and use it in GitHub Desktop.
Sublime User preferences
// Settings in here override those in "Default/Preferences.sublime-settings", and
// are overridden in turn by file type specific settings.
{
"color_scheme": "Packages/Railscasts.tmTheme",
"font_face": "Monaco",
"font_size": 12.0,
"tab_size": 2,
//"translate_tabs_to_spaces": true,
"indent_to_bracket": true,
"highlight_line": true,
"shift_tab_unindent": true,
"create_window_at_startup": false,
"folder_exclude_patterns": [".svn", ".git", ".hg", "CVS", "log"]
}
https://github.com/phillipkoebbe/DetectSyntax
https://github.com/eddorre/SublimeERB
https://github.com/WhatWeDo/ryan-on-rails.sublime-text
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment