fileserver/.prettierrc

8 lines
105 B
Plaintext
Raw Normal View History

2022-08-17 19:59:51 +00:00
{
"tabWidth": 4,
"useTabs": true,
"singleQuote": true,
"trailingComma": "none",
"endOfLine": "lf"
}