Mostly just for nicity. I did manually clean up a few things, but other than that, this basically was just importing configs from cvm3/crusttest, adding prettier as a dev dependency, and just ctrl-shift-I on every typescript file part of the codebase
21 lines
528 B
JSON
21 lines
528 B
JSON
{
|
|
"arrowParens": "always",
|
|
"bracketSameLine": false,
|
|
"bracketSpacing": true,
|
|
"embeddedLanguageFormatting": "auto",
|
|
"htmlWhitespaceSensitivity": "css",
|
|
"insertPragma": false,
|
|
"jsxSingleQuote": true,
|
|
"printWidth": 200,
|
|
"proseWrap": "preserve",
|
|
"quoteProps": "consistent",
|
|
"requirePragma": false,
|
|
"semi": true,
|
|
"singleAttributePerLine": false,
|
|
"singleQuote": true,
|
|
"tabWidth": 4,
|
|
"trailingComma": "none",
|
|
"useTabs": true,
|
|
"vueIndentScriptAndStyle": false
|
|
}
|