prettier override yml

This commit is contained in:
Michael Chris Lopez
2021-10-29 17:09:19 +08:00
parent d4bbd3aaa0
commit 834189a64a

View File

@@ -2,5 +2,13 @@
"singleQuote": true,
"tabWidth": 4,
"semi": false,
"proseWrap": "always"
"proseWrap": "always",
"overrides": [
{
"files": ["*.yml"],
"options": {
"tabWidth": 2
}
}
]
}