Files
Metamorph/frontend/.prettierrc
2026-05-11 06:05:27 +02:00

9 lines
133 B
Plaintext

{
"singleQuote": true,
"semi": true,
"trailingComma": "all",
"printWidth": 100,
"tabWidth": 2,
"arrowParens": "always"
}