Created
August 1, 2011 03:45
-
-
Save cemeng/1117539 to your computer and use it in GitHub Desktop.
Ruby Sublime Settings
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
// Settings in here override those in "Default/Base File.sublime-settings", and | |
// are overridden in turn by file type specific settings. Place your settings | |
// here, to ensure they're preserved when upgrading. | |
{ | |
"tab_size": 2, | |
"translate_tabs_to_spaces": true, | |
"detect_indentation": true, | |
"use_tab_stops": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment