11 lines
218 B
JSON
11 lines
218 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/prettierrc",
|
|
"endOfLine": "lf",
|
|
"semi": true,
|
|
"singleQuote": true,
|
|
"singleAttributePerLine": false,
|
|
"printWidth": 200,
|
|
"tabWidth": 2,
|
|
"trailingComma": "all"
|
|
}
|