Commit b7e493fc by Carsten Brandt

Tabs to spaces to be consistent

``` vendor/bin/indent --spaces -r framework/ vendor/bin/indent --tabs -r . --pattern=*.json vendor/bin/indent --spaces -r . --pattern=*.md vendor/bin/indent --spaces -r . --pattern=yii.*.js vendor/bin/indent --spaces -r . --pattern=*.css ```
parent 175d1325
...@@ -83,7 +83,8 @@ ...@@ -83,7 +83,8 @@
"twig/twig": "*", "twig/twig": "*",
"smarty/smarty": "*", "smarty/smarty": "*",
"imagine/imagine": "v0.5.0", "imagine/imagine": "v0.5.0",
"swiftmailer/swiftmailer": "*" "swiftmailer/swiftmailer": "*",
"cebe/indent": "*"
}, },
"suggest": { "suggest": {
"phpdocumentor/reflection": "required by yii2-apidoc extension", "phpdocumentor/reflection": "required by yii2-apidoc extension",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment