[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,
"maximumLineLength": {
"value": 120,
"tabSize": 2,
"tabSize": 4,
"allowUrlComments": true,
"allowRegex": true
},