AspireSync/pint.json
Chuck Adams 9bfdb8b309
switch to laravel pint, drop house style and use PER-CS (#45)
* tweak: remove our house style, leaving only PER-CS2.0 and PHP84Migration

* qa: replace php-cs-fixer with pint
2025-01-31 12:00:45 -07:00

13 lines
156 B
JSON

{
"preset": "per",
"exclude": [
"svn",
"tmp",
"var",
"vendor"
],
"notName": [
"_ide_helper.php",
".phpstorm.meta.php"
]
}