7 lines
137 B
JSON
7 lines
137 B
JSON
|
{
|
||
|
"$schema": "https://json.schemastore.org/prettierrc",
|
||
|
"semi": true,
|
||
|
"tabWidth": 4,
|
||
|
"singleQuote": true,
|
||
|
"printWidth": 10000
|
||
|
}
|