mirror of
https://github.com/nonebot/nonebot2.git
synced 2024-11-24 00:55:07 +08:00
10 lines
154 B
Plaintext
10 lines
154 B
Plaintext
|
{
|
||
|
"tabWidth": 2,
|
||
|
"useTabs": false,
|
||
|
"endOfLine": "lf",
|
||
|
"arrowParens": "always",
|
||
|
"singleQuote": false,
|
||
|
"trailingComma": "es5",
|
||
|
"semi": true
|
||
|
}
|