Files
Metamorph/frontend/.prettierrc

9 lines
133 B
Plaintext
Raw Normal View History

2026-05-11 06:05:27 +02:00
{
"singleQuote": true,
"semi": true,
"trailingComma": "all",
"printWidth": 100,
"tabWidth": 2,
"arrowParens": "always"
}