mirror of
https://github.com/unanmed/HumanBreak.git
synced 2025-01-19 04:19:30 +08:00
13 lines
287 B
Plaintext
13 lines
287 B
Plaintext
{
|
|
"printWidth": 80,
|
|
"tabWidth": 4,
|
|
"useTabs": false,
|
|
"semi": true,
|
|
"singleQuote": true,
|
|
"quoteProps": "as-needed",
|
|
"bracketSpacing": true,
|
|
"vueIndentScriptAndStyle": false,
|
|
"arrowParens": "avoid",
|
|
"trailingComma": "none",
|
|
"endOfLine": "auto"
|
|
} |