align prettier to mkdocs
- apply 4 space indentation to all markdown files - don't format yaml blocks
This commit is contained in:
parent
bfb436ad08
commit
2a847b1f01
@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user