salix-front/.prettierrc

7 lines
112 B
Plaintext

{
"singleQuote": true,
"printWidth": 120,
"tabWidth": 4,
"semi": true,
"endOfLine": "auto"
}