cvsa/packages/backend/.prettierrc

9 lines
126 B
Plaintext

{
"useTabs": true,
"tabWidth": 4,
"trailingComma": "none",
"singleQuote": false,
"printWidth": 120,
"endOfLine": "lf"
}