Files
court-pilot/.prettierrc
T
2026-05-18 19:06:52 +02:00

11 lines
205 B
Plaintext

{
"printWidth": 80,
"tabWidth": 2,
"useTabs": false,
"semi": true,
"singleQuote": true,
"trailingComma": "none",
"bracketSpacing": true,
"arrowParens": "always",
"bracketSameLine": true
}