chore - Set Pint concat_space to spaced + reformat

This commit is contained in:
myrmidex 2026-04-23 23:02:50 +02:00
parent 00e28c4868
commit 7a2db5a14d
8 changed files with 18 additions and 10 deletions

8
pint.json Normal file
View file

@ -0,0 +1,8 @@
{
"preset": "laravel",
"rules": {
"concat_space": {
"spacing": "one"
}
}
}