align prettier to mkdocs

- apply 4 space indentation to all markdown files
- don't format yaml blocks
This commit is contained in:
Martin Dörfelt 2024-10-27 16:29:59 +01:00 committed by shamoon
parent bfb436ad08
commit 2a847b1f01

View File

@ -7,9 +7,10 @@
"trailingComma": "es5", "trailingComma": "es5",
"overrides": [ "overrides": [
{ {
"files": ["index.md", "administration.md"], "files": ["*.md"],
"options": { "options": {
"tabWidth": 4 "tabWidth": 4,
"embeddedLanguageFormatting": "off"
} }
} }
] ]