filament-oauth2/pint.json
2025-11-09 20:10:34 +01:00

15 lines
317 B
JSON

{
"preset": "laravel",
"rules": {
"blank_line_before_statement": true,
"concat_space": {
"spacing": "one"
},
"method_argument_space": true,
"single_trait_insert_per_statement": true,
"types_spaces": {
"space": "single"
}
}
}