Only apply prettier change to docs

This commit is contained in:
shamoon 2024-10-27 16:46:55 -07:00
parent 1ddf8abc86
commit ed4fd42850

View File

@ -7,7 +7,7 @@
"trailingComma": "es5",
"overrides": [
{
"files": ["*.md"],
"files": ["docs/*.md"],
"options": {
"tabWidth": 4,
"embeddedLanguageFormatting": "off"