Created
July 18, 2012 18:35
-
-
Save mateusg/3137953 to your computer and use it in GitHub Desktop.
Sublime User preferences
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
// 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"] | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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