Files
archived-js.org/.prettierrc.json

17 lines
261 B
JSON

{
"printWidth": 1000,
"quoteProps": "preserve",
"semi": false,
"singleQuote": false,
"tabWidth": 2,
"trailingComma": "none",
"overrides": [
{
"files": "records_restricted.js",
"options": {
"tabWidth": 4
}
}
]
}