Be more explicit about two-space tabs
This commit is contained in:
@@ -9,7 +9,7 @@ Code Style
|
||||
In order to maintain consistency and readability, we ask that you
|
||||
adhere to the following style guidelines:
|
||||
|
||||
- Standard Ruby soft tabs, not hard tabs.
|
||||
- Standard Ruby two-space soft tabs, not hard tabs.
|
||||
- Try to keep your lines under 100 columns (assuming two-space tabs)
|
||||
- do; end instead of {} for a block
|
||||
- Always use str[0,1] instead of str[0]
|
||||
|
||||
Reference in New Issue
Block a user