mirror of
https://github.com/computernewb/collabvm-1.2.ts.git
synced 2025-01-22 10:42:00 -05:00
21 lines
510 B
JSON
21 lines
510 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,
|
|
"plugins": ["prettier-plugin-toml"]
|
|
}
|