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
```
Showing
... | ... | @@ -83,7 +83,8 @@ |
"twig/twig": "*", | ||
"smarty/smarty": "*", | ||
"imagine/imagine": "v0.5.0", | ||
"swiftmailer/swiftmailer": "*" | ||
"swiftmailer/swiftmailer": "*", | ||
"cebe/indent": "*" | ||
}, | ||
"suggest": { | ||
"phpdocumentor/reflection": "required by yii2-apidoc extension", | ||
... | ... |
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment