1
0
Fork 0
mirror of synced 2024-06-29 19:50:26 +12:00
appwrite/pint.json
Torsten Dittmann 3ac8805b7d fix: config
2024-03-06 18:19:36 +01:00

18 lines
391 B
JSON

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