mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-28 11:34:45 +02:00
10 lines
202 B
JSON
10 lines
202 B
JSON
{
|
|
"preset": "laravel",
|
|
"rules": {
|
|
"not_operator_with_successor_space": false,
|
|
"ordered_imports": false,
|
|
"phpdoc_align": false,
|
|
"phpdoc_separation": false
|
|
}
|
|
}
|