9 lines
165 B
JSON
9 lines
165 B
JSON
|
{
|
||
|
"$schema": "https://json.schemastore.org/prettierrc",
|
||
|
"semi": true,
|
||
|
"useTabs": true,
|
||
|
"singleQuote": false,
|
||
|
"printWidth": 100,
|
||
|
"trailingComma": "all"
|
||
|
}
|