mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-10-22 01:22:34 +00:00
Co-authored-by: 黄振洪 <hzh01509324@alibaba-inc.com> Co-authored-by: Aralhi <xiaoping0501@gmail.com>
10 lines
160 B
Plaintext
10 lines
160 B
Plaintext
{
|
|
"tabWidth": 2,
|
|
"printWidth": 150,
|
|
"semi": true,
|
|
"trailingComma": "all",
|
|
"singleQuote": true,
|
|
"jsxSingleQuote": false,
|
|
"arrowParens": "always"
|
|
}
|