10 lines
219 B
Text
10 lines
219 B
Text
|
{
|
||
|
"$schema": "http://json.schemastore.org/prettierrc",
|
||
|
"arrowParens": "avoid",
|
||
|
"endOfLine": "auto",
|
||
|
"printWidth": 120,
|
||
|
"semi": true,
|
||
|
"singleQuote": true,
|
||
|
"trailingComma": "all",
|
||
|
"bracketSameLine": true
|
||
|
}
|