sbt-idp/cope2n-fe/.prettierrc

10 lines
155 B
Plaintext
Raw Normal View History

2023-11-30 11:19:06 +00:00
{
"printWidth": 80,
"semi": true,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "all",
"endOfLine": "crlf",
"jsxSingleQuote": false
}