@jessety/prettier-config
Version:
Prettier config by @jessety
16 lines (15 loc) • 338 B
JSON
{
"$schema": "http://json.schemastore.org/prettierrc",
"arrowParens": "always",
"bracketSameLine": false,
"bracketSpacing": true,
"endOfLine": "lf",
"printWidth": 80,
"proseWrap": "preserve",
"quoteProps": "as-needed",
"semi": true,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "all",
"useTabs": false
}