Files
backend/frontend/.prettierrc
T

10 lines
155 B
Plaintext
Raw Normal View History

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