mirror of
https://github.com/nonebot/nonebot2.git
synced 2024-11-24 00:55:07 +08:00
626cfa474f
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
22 lines
355 B
Plaintext
22 lines
355 B
Plaintext
{
|
|
"tabWidth": 2,
|
|
"useTabs": false,
|
|
"endOfLine": "lf",
|
|
"arrowParens": "always",
|
|
"singleQuote": false,
|
|
"trailingComma": "es5",
|
|
"semi": true,
|
|
"overrides": [
|
|
{
|
|
"files": [
|
|
"**/devcontainer.json",
|
|
"**/tsconfig.json",
|
|
"**/tsconfig.*.json"
|
|
],
|
|
"options": {
|
|
"parser": "json"
|
|
}
|
|
}
|
|
]
|
|
}
|