aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/.jscsrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/.jscsrc b/phpBB/.jscsrc
index cf0697c519..4b516fcbe9 100644
--- a/phpBB/.jscsrc
+++ b/phpBB/.jscsrc
@@ -59,7 +59,7 @@
"requireLineFeedAtFileEnd": true,
"maximumLineLength": {
"value": 120,
- "tabSize": 2,
+ "tabSize": 4,
"allowUrlComments": true,
"allowRegex": true
},