1
0
Fork 0
mirror of synced 2024-05-02 11:52:38 +12:00
appwrite/pint.json
Torsten Dittmann 64a9126398 fix: config
2024-03-06 18:33:32 +01:00

22 lines
477 B
JSON

{
"preset": "psr12",
"exclude": [
"./app/sdks",
"./tests/resources/functions",
"./app/console"
],
"rules": {
"array_indentation": true,
"single_import_per_statement": true,
"simplified_null_return": true,
"ordered_imports": {
"sort_algorithm": "alpha",
"imports_order": [
"const",
"class",
"function"
]
}
}
}