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:
@@ -81,7 +81,7 @@
|
||||
},
|
||||
"extensions": [
|
||||
"EditorConfig.EditorConfig",
|
||||
"DavidAnson.vscode-markdownlint",
|
||||
"rvben.rumdl",
|
||||
"wholroyd.jinja",
|
||||
"mikestead.dotenv",
|
||||
"redhat.vscode-yaml",
|
||||
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
[global]
|
||||
disable = ["md013", "md033", "md046", "md026"]
|
||||
|
||||
[md007]
|
||||
indent = 4
|
||||
|
||||
[md010]
|
||||
code_blocks = false
|
||||
|
||||
[md024]
|
||||
siblings_only = true
|
||||
|
||||
[md049]
|
||||
style = "asterisk"
|
||||
Vendored
+1
-1
@@ -21,7 +21,7 @@
|
||||
{
|
||||
"recommendations": [
|
||||
"EditorConfig.EditorConfig",
|
||||
"DavidAnson.vscode-markdownlint",
|
||||
"rvben.rumdl",
|
||||
"wholroyd.jinja",
|
||||
"mikestead.dotenv",
|
||||
"redhat.vscode-yaml",
|
||||
|
||||
Vendored
+1
-1
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user