mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-14 13:25:23 +08:00
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:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user