fileserver/dto/.prettierrc

8 lines
105 B
Plaintext
Raw Normal View History

2022-08-25 13:39:58 +02:00
{
"tabWidth": 4,
"useTabs": true,
"singleQuote": true,
"trailingComma": "none",
"endOfLine": "lf"
}