fileserver/frontend/.prettierrc

8 lines
120 B
Plaintext
Raw Normal View History

2022-09-03 21:32:20 +00:00
{
"tabWidth": 4,
"useTabs": true,
"singleQuote": true,
"trailingComma": "none",
"endOfLine": "lf"
}