salix-front/.prettierrc

8 lines
114 B
Plaintext

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