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 914a6f76fe
commit fff7565b05
2 changed files with 42 additions and 42 deletions