Skip to content

Code Style

Leo edited this page Jul 2, 2020 · 2 revisions

Code Style | 代码格式约定

PHP

代码格式约定如此文件约定, 使用PHP-CS-Fixer进行格式修复以及格式检查.

只需每次提交前, 在web文件夹中运行以下命令:

./app/vendor/bin/php-cs-fixer fix

即可修复格式, 通过CI检查.

JS, HTML, etc.

TODO