1 Star 0 Fork 0

tbqphp/php laravel beikeshop

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pint.json 1.64 KB
一键复制 编辑 原始数据 按行查看 历史
Edward Yang 提交于 2024-01-16 14:55 . chmod 755
{
"preset": "laravel",
"rules": {
"braces": false,
"array_syntax": {
"syntax": "short"
},
"ordered_imports": true,
"no_useless_else": true,
"no_useless_return": true,
"self_accessor": true,
"php_unit_construct": true,
"single_quote": true,
"no_unused_imports": true,
"no_singleline_whitespace_before_semicolons": true,
"no_empty_statement": true,
"no_whitespace_in_blank_line": true,
"combine_consecutive_unsets": true,
"concat_space": {
"spacing": "one"
},
"array_indentation": true,
"no_superfluous_phpdoc_tags": false,
"blank_line_before_statement": {
"statements": ["break", "continue", "declare", "return", "throw", "try"]
},
"binary_operator_spaces": {
"default": "align_single_space"
},
"lowercase_cast": false,
"constant_case": {
"case": "lower"
},
"lowercase_static_reference": true,
"no_blank_lines_after_class_opening": true,
"phpdoc_separation": false,
"phpdoc_single_line_var_spacing": true,
"phpdoc_indent": true,
"phpdoc_align": {
"align": "vertical",
"tags": ["param", "throws", "type", "var", "property"]
},
"visibility_required": {
"elements": ["const", "method", "property"]
},
"single_line_after_imports": true,
"whitespace_after_comma_in_array": true
},
"exclude": [
"database",
"beike/Hook"
],
"notName": [
"server.php"
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/tbqphp/php-laravel-beikeshop.git
git@gitee.com:tbqphp/php-laravel-beikeshop.git
tbqphp
php-laravel-beikeshop
php laravel beikeshop
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385