1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
| {
| "arrowParens": "always",
| "bracketSameLine": true,
| "bracketSpacing": true,
| "semi": false,
| "experimentalTernaries": false,
| "singleQuote": true,
| "jsxSingleQuote": false,
| "quoteProps": "as-needed",
| "trailingComma": "all",
| "singleAttributePerLine": false,
| "htmlWhitespaceSensitivity": "css",
| "vueIndentScriptAndStyle": false,
| "proseWrap": "preserve",
| "insertPragma": false,
| "printWidth": 120,
| "requirePragma": false,
| "tabWidth": 2,
| "useTabs": false,
| "embeddedLanguageFormatting": "auto"
| }
|
|