prettier-config-webchannel
Version:
Prettier Sharing configurations
22 lines (21 loc) • 534 B
JSON
{
"$schema": "http://json.schemastore.org/prettierrc",
"embeddedLanguageFormatting": "auto",
"htmlWhitespaceSensitivity": "css",
"insertPragma": false,
"proseWrap": "preserve",
"quoteProps": "as-needed",
"requirePragma": false,
"useTabs": false,
"vueIndentScriptAndStyle": false,
"trailingComma": "es5",
"singleQuote": true,
"jsxSingleQuote": true,
"semi": true,
"tabWidth": 2,
"bracketSpacing": true,
"jsxBracketSameLine": false,
"arrowParens": "avoid",
"printWidth": 100,
"endOfLine": "auto"
}