16 lines
346 B
JSON
16 lines
346 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/prettierrc",
|
|
"printWidth": 180,
|
|
"tabWidth": 4,
|
|
"useTabs": false,
|
|
"semi": true,
|
|
"singleQuote": true,
|
|
"quoteProps": "consistent",
|
|
"trailingComma": "all",
|
|
"bracketSpacing": true,
|
|
"jsxBracketSameLine": false,
|
|
"arrowParens": "always",
|
|
"proseWrap": "preserve",
|
|
"endOfLine": "auto"
|
|
}
|