1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-03 23:37:39 +02:00

[ticket/13898] 4 spaces, not 2

PHPBB3-13898
This commit is contained in:
Callum Macrae
2015-05-30 14:50:35 +02:00
parent e3090e04c3
commit bafd649eea

View File

@@ -59,7 +59,7 @@
"requireLineFeedAtFileEnd": true, "requireLineFeedAtFileEnd": true,
"maximumLineLength": { "maximumLineLength": {
"value": 120, "value": 120,
"tabSize": 2, "tabSize": 4,
"allowUrlComments": true, "allowUrlComments": true,
"allowRegex": true "allowRegex": true
}, },