Created
April 22, 2013 19:15
-
-
Save lukelex/5437685 to your computer and use it in GitHub Desktop.
Sublime config
This file contains hidden or 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
| { | |
| "auto_indent": true, | |
| "auto_reload_changed": true, | |
| "color_scheme": "Packages/RailsCasts Colour Scheme/RailsCastsColorScheme.tmTheme", | |
| "font_size": 14.0, | |
| "highlight_line": true, | |
| "ignored_packages": | |
| [ | |
| "Vintage" | |
| ], | |
| "indent_to_bracket": true, | |
| "scroll_past_end": true, | |
| "smart_indent": true, | |
| "tab_size": 2, | |
| "theme": "Nexus.sublime-theme", | |
| "translate_tabs_to_spaces": true, | |
| "trim_automatic_white_space": true, | |
| "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