mirror of
https://github.com/pelican-dev/panel.git
synced 2025-10-29 11:56:51 +01:00
11 lines
259 B
JSON
11 lines
259 B
JSON
{
|
|
"preset": "laravel",
|
|
"rules": {
|
|
"concat_space": false,
|
|
"new_with_parentheses": {
|
|
"anonymous_class": false
|
|
},
|
|
"not_operator_with_successor_space": false,
|
|
"single_line_comment_spacing": false
|
|
}
|
|
} |