1
1
mirror of https://github.com/privacyguides/privacyguides.org.git synced 2026-07-10 02:14:28 +00:00

feat: Add rumdl config (#3243)

This commit is contained in:
Daniel Gray
2026-06-01 15:54:13 +00:00
parent db20f733e8
commit c8076365e5
4 changed files with 17 additions and 3 deletions
+1 -1
View File
@@ -81,7 +81,7 @@
},
"extensions": [
"EditorConfig.EditorConfig",
"DavidAnson.vscode-markdownlint",
"rvben.rumdl",
"wholroyd.jinja",
"mikestead.dotenv",
"redhat.vscode-yaml",
+14
View File
@@ -0,0 +1,14 @@
[global]
disable = ["md013", "md033", "md046", "md026"]
[md007]
indent = 4
[md010]
code_blocks = false
[md024]
siblings_only = true
[md049]
style = "asterisk"
+1 -1
View File
@@ -21,7 +21,7 @@
{
"recommendations": [
"EditorConfig.EditorConfig",
"DavidAnson.vscode-markdownlint",
"rvben.rumdl",
"wholroyd.jinja",
"mikestead.dotenv",
"redhat.vscode-yaml",
+1 -1
View File
@@ -91,7 +91,7 @@
},
"editor.unicodeHighlight.ambiguousCharacters": true,
"editor.unicodeHighlight.invisibleCharacters": true,
"editor.defaultFormatter": "DavidAnson.vscode-markdownlint",
"editor.defaultFormatter": "rvben.rumdl",
"[yaml]": {
"editor.defaultFormatter": "redhat.vscode-yaml",
"editor.quickSuggestions": {