mirror of https://github.com/pixelfed/pixelfed
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
407 B
JSON
20 lines
407 B
JSON
{
|
|
"preset": "laravel",
|
|
"rules": {
|
|
"simplified_null_return": true,
|
|
"not_operator_with_successor_space": true,
|
|
"ordered_imports": {
|
|
"sort_algorithm": "alpha"
|
|
},
|
|
"no_unused_imports": true,
|
|
"array_syntax": {
|
|
"syntax": "short"
|
|
}
|
|
},
|
|
"exclude": [
|
|
"bootstrap/cache",
|
|
"storage",
|
|
"vendor"
|
|
]
|
|
}
|