mirror of
https://github.com/rustfs/console.git
synced 2026-08-28 19:47:21 +08:00
14 lines
266 B
Plaintext
14 lines
266 B
Plaintext
{
|
|
"semi": false,
|
|
"singleQuote": false,
|
|
"jsxSingleQuote": false,
|
|
"trailingComma": "all",
|
|
"printWidth": 120,
|
|
"tabWidth": 2,
|
|
"arrowParens": "always",
|
|
"bracketSpacing": true,
|
|
"quoteProps": "as-needed",
|
|
"bracketSameLine": false,
|
|
"endOfLine": "lf"
|
|
}
|