changed tabsize: 3 -> 4

This commit is contained in:
tom tomsen
2011-12-14 16:35:04 +01:00
parent 5a6c8c03d2
commit 2083bdefd0
+1 -1
View File
@@ -2,7 +2,7 @@
$options = array( $options = array(
// which string should represent a tab for indentation // which string should represent a tab for indentation
'tabsize' => 3, 'tabsize' => 4,
); );
/** /**