pocketid.js/.prettierrc.json
2020-12-03 22:25:01 -07:00

25 lines
347 B
JSON

{
"tabWidth": 4,
"overrides": [
{
"files": "**/*.{html}",
"options": {
"printWidth": 10000
}
},
{
"files": "**/*.js",
"options": {
"printWidth": 100
}
},
{
"files": "**/*.json",
"options": {
"tabWidth": 2,
"printWidth": 80
}
}
]
}