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