Files

11 lines
259 B
JSON
Raw Permalink Normal View History

2024-03-12 22:47:32 -04:00
{
"preset": "laravel",
"rules": {
"concat_space": false,
2025-09-24 13:34:19 +02:00
"new_with_parentheses": {
"anonymous_class": false
},
2024-03-12 22:47:32 -04:00
"not_operator_with_successor_space": false,
"single_line_comment_spacing": false
2024-03-12 22:47:32 -04:00
}
2025-09-24 13:34:19 +02:00
}