salix-front/.prettierrc

7 lines
112 B
Plaintext
Raw Normal View History

2022-03-11 10:25:30 +00:00
{
"singleQuote": true,
"printWidth": 120,
"tabWidth": 4,
"semi": true,
2022-03-14 09:34:14 +00:00
"endOfLine": "auto"
}