Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Read <eread@gitlab.com>2022-06-13 06:20:48 +0300
committerEvan Read <eread@gitlab.com>2022-06-13 06:20:48 +0300
commit3b0c5da6e5ecdb981d1b072529ecafec84827408 (patch)
tree3f2131a5aabbd00a59d7fa279f317ffd4de9cddd /.markdownlint.yml
parentd9dae8dc93d31a557d0404ce82384440b7f038f6 (diff)
Rename markdownlint configuration file
Diffstat (limited to '.markdownlint.yml')
-rw-r--r--.markdownlint.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.markdownlint.yml b/.markdownlint.yml
new file mode 100644
index 00000000..b3c0c122
--- /dev/null
+++ b/.markdownlint.yml
@@ -0,0 +1,5 @@
+---
+default: true
+line-length: false
+no-inline-html:
+ allowed_elements: ['kbd']