Files
qrcode-decoder/.prettierrc
T
2021-01-31 16:02:09 +08:00

15 lines
210 B
Plaintext

{
"printWidth": 80,
"singleQuote": true,
"trailingComma": "all",
"arrowParens": "always",
"overrides": [
{
"files": "*.json",
"options": {
"parser": "json"
}
}
]
}