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
```
This commit is contained in:
Carsten Brandt
2014-05-23 16:51:38 +02:00
parent 175d1325a8
commit b7e493fca0
31 changed files with 956 additions and 955 deletions

View File

@@ -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",