chore - Set Pint concat_space to spaced + reformat
This commit is contained in:
parent
00e28c4868
commit
7a2db5a14d
8 changed files with 18 additions and 10 deletions
8
pint.json
Normal file
8
pint.json
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"preset": "laravel",
|
||||
"rules": {
|
||||
"concat_space": {
|
||||
"spacing": "one"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue