mirror of
https://github.com/suyiiyii/nonebot-bison.git
synced 2025-06-02 09:26:12 +08:00
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"
|
|
}
|
|
}
|
|
]
|
|
}
|