mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-14 05:08:42 +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": "*",
|
||||
"smarty/smarty": "*",
|
||||
"imagine/imagine": "v0.5.0",
|
||||
"swiftmailer/swiftmailer": "*"
|
||||
"swiftmailer/swiftmailer": "*",
|
||||
"cebe/indent": "*"
|
||||
},
|
||||
"suggest": {
|
||||
"phpdocumentor/reflection": "required by yii2-apidoc extension",
|
||||
|
||||
Reference in New Issue
Block a user