DoraCMS/.prettierrc
2021-09-25 22:06:30 +08:00

12 lines
213 B
Plaintext

{
"semi": true,
"singleQuote": true,
"proseWrap": "preserve",
"tabWidth": 2,
"trailingComma:": "none",
"bracketSpacing": true,
"brace-style": [1, "1tbs"],
"spaced-comment": 0,
"eslintIntegration": true
}