Be more explicit about two-space tabs

This commit is contained in:
Tod Beardsley
2013-09-09 09:34:48 -05:00
parent 24dc89d7fd
commit 2d9eb9e89b
+1 -1
View File
@@ -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]