Files
volana/app/.prettierrc.json
2026-07-02 17:26:43 +02:00

10 lines
155 B
JSON

{
"semi": true,
"singleQuote": false,
"trailingComma": "es5",
"printWidth": 100,
"tabWidth": 2,
"arrowParens": "always",
"endOfLine": "lf"
}