mirror of
https://ghproxy.net/https://github.com/aspirepress/AspireSync.git
synced 2025-10-04 22:39:55 +08:00
* tweak: remove our house style, leaving only PER-CS2.0 and PHP84Migration * qa: replace php-cs-fixer with pint
13 lines
156 B
JSON
13 lines
156 B
JSON
{
|
|
"preset": "per",
|
|
"exclude": [
|
|
"svn",
|
|
"tmp",
|
|
"var",
|
|
"vendor"
|
|
],
|
|
"notName": [
|
|
"_ide_helper.php",
|
|
".phpstorm.meta.php"
|
|
]
|
|
}
|