nonebot2/.prettierrc

10 lines
154 B
Plaintext
Raw Normal View History

2021-04-05 16:35:29 +08:00
{
"tabWidth": 2,
"useTabs": false,
"endOfLine": "lf",
"arrowParens": "always",
"singleQuote": false,
"trailingComma": "es5",
"semi": true
}