3
0
mirror of https://github.com/snipe/snipe-it.git synced 2026-08-18 03:06:23 +00:00

Added pint.json

This commit is contained in:
snipe
2026-07-13 11:26:08 +01:00
parent 8dd702e3c9
commit dd776a3a2e

7
pint.json Normal file
View File

@ -0,0 +1,7 @@
{
"preset": "laravel",
"rules": {
"fully_qualified_strict_types": false,
"single_line_after_imports": false
}
}