mirror of
https://github.com/cool-team-official/cool-admin-vue.git
synced 2024-11-01 14:10:27 +08:00
10 lines
150 B
Plaintext
10 lines
150 B
Plaintext
|
{
|
||
|
"tabWidth": 4,
|
||
|
"useTabs": true,
|
||
|
"semi": true,
|
||
|
"jsxBracketSameLine": true,
|
||
|
"singleQuote": false,
|
||
|
"printWidth": 100,
|
||
|
"trailingComma": "none"
|
||
|
}
|