mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2026-07-20 23:41:46 +00:00
feat: Add rumdl config (#3243)
This commit is contained in:
@@ -81,7 +81,7 @@
|
|||||||
},
|
},
|
||||||
"extensions": [
|
"extensions": [
|
||||||
"EditorConfig.EditorConfig",
|
"EditorConfig.EditorConfig",
|
||||||
"DavidAnson.vscode-markdownlint",
|
"rvben.rumdl",
|
||||||
"wholroyd.jinja",
|
"wholroyd.jinja",
|
||||||
"mikestead.dotenv",
|
"mikestead.dotenv",
|
||||||
"redhat.vscode-yaml",
|
"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": [
|
"recommendations": [
|
||||||
"EditorConfig.EditorConfig",
|
"EditorConfig.EditorConfig",
|
||||||
"DavidAnson.vscode-markdownlint",
|
"rvben.rumdl",
|
||||||
"wholroyd.jinja",
|
"wholroyd.jinja",
|
||||||
"mikestead.dotenv",
|
"mikestead.dotenv",
|
||||||
"redhat.vscode-yaml",
|
"redhat.vscode-yaml",
|
||||||
|
|||||||
Vendored
+1
-1
@@ -91,7 +91,7 @@
|
|||||||
},
|
},
|
||||||
"editor.unicodeHighlight.ambiguousCharacters": true,
|
"editor.unicodeHighlight.ambiguousCharacters": true,
|
||||||
"editor.unicodeHighlight.invisibleCharacters": true,
|
"editor.unicodeHighlight.invisibleCharacters": true,
|
||||||
"editor.defaultFormatter": "DavidAnson.vscode-markdownlint",
|
"editor.defaultFormatter": "rvben.rumdl",
|
||||||
"[yaml]": {
|
"[yaml]": {
|
||||||
"editor.defaultFormatter": "redhat.vscode-yaml",
|
"editor.defaultFormatter": "redhat.vscode-yaml",
|
||||||
"editor.quickSuggestions": {
|
"editor.quickSuggestions": {
|
||||||
|
|||||||
Reference in New Issue
Block a user