From 2083bdefd08e14d145f2a1de2c387cee5d1e3014 Mon Sep 17 00:00:00 2001 From: tom tomsen Date: Wed, 14 Dec 2011 16:35:04 +0100 Subject: [PATCH] changed tabsize: 3 -> 4 --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index 19f829e..cfeb0f9 100644 --- a/index.php +++ b/index.php @@ -2,7 +2,7 @@ $options = array( // which string should represent a tab for indentation - 'tabsize' => 3, + 'tabsize' => 4, ); /**