maid/plugin/.prettierrc.json
2025-05-02 13:55:16 +02:00

8 lines
116 B
JSON

{
"semi": true,
"singleQuote": true,
"printWidth": 120,
"tabWidth": 4,
"trailingComma": "all"
}