mirror of
https://github.com/yugasun/qrcode-decoder.git
synced 2026-08-12 20:27:56 +08:00
15 lines
210 B
Plaintext
15 lines
210 B
Plaintext
{
|
|
"printWidth": 80,
|
|
"singleQuote": true,
|
|
"trailingComma": "all",
|
|
"arrowParens": "always",
|
|
"overrides": [
|
|
{
|
|
"files": "*.json",
|
|
"options": {
|
|
"parser": "json"
|
|
}
|
|
}
|
|
]
|
|
}
|