Files
zenbones-theme/.prettierrc

15 lines
240 B
Plaintext
Raw Permalink Normal View History

2021-10-29 17:00:45 +08:00
{
"singleQuote": true,
"tabWidth": 4,
"semi": false,
2021-10-29 17:09:19 +08:00
"proseWrap": "always",
"overrides": [
{
"files": ["*.yml"],
"options": {
"tabWidth": 2
}
}
]
2021-10-29 17:00:45 +08:00
}