10 lines
223 B
JSON
10 lines
223 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/prettierrc",
|
|
"semi": true,
|
|
"useTabs": true,
|
|
"tabWidth": 4,
|
|
"singleQuote": false,
|
|
"experimentalTernaries": true,
|
|
"singleAttributePerLine": true,
|
|
"endOfLine": "lf"
|
|
}
|