From 2d9eb9e89b415822503c499e2360bb6489179f09 Mon Sep 17 00:00:00 2001 From: Tod Beardsley Date: Mon, 9 Sep 2013 09:34:48 -0500 Subject: [PATCH] Be more explicit about two-space tabs --- HACKING | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HACKING b/HACKING index 000924485c..942d46ee2a 100644 --- a/HACKING +++ b/HACKING @@ -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]