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