sbt-idp/cope2n-fe/.prettierrc
2023-11-30 18:19:06 +07:00

10 lines
155 B
Plaintext

{
"printWidth": 80,
"semi": true,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "all",
"endOfLine": "crlf",
"jsxSingleQuote": false
}