nonebot-bison/.prettierrc
2023-07-18 21:43:25 +08:00

10 lines
154 B
Plaintext

{
"tabWidth": 2,
"useTabs": false,
"endOfLine": "lf",
"arrowParens": "always",
"singleQuote": false,
"trailingComma": "es5",
"semi": true
}