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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-11-24 09:12:53 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-11-24 09:12:53 +0300
commitb8c4740f87d08217b970b6441eda28f79b78ecef (patch)
treeb4f478990c4343bcbe13f1a529ba13aa5e8ff84e /.markdownlint.yml
parent492f99eac8d349e03e22d9c3eed8923b80bcc297 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.markdownlint.yml')
-rw-r--r--.markdownlint.yml48
1 files changed, 24 insertions, 24 deletions
diff --git a/.markdownlint.yml b/.markdownlint.yml
index ea7492cf208..bb4c859e197 100644
--- a/.markdownlint.yml
+++ b/.markdownlint.yml
@@ -1,29 +1,29 @@
---
# Base Markdownlint configuration
# Extended Markdownlint configuration in doc/.markdownlint/
-"default": true
-"first-header-h1": true
-"header-style":
- "style": "atx"
-"ul-style":
- "style": "dash"
-"no-trailing-spaces": false
-"line-length": false
-"no-duplicate-header":
- "allow_different_nesting": true
-"no-trailing-punctuation":
- "punctuation": ".,;:!。,;:!?"
-"ol-prefix":
- "style": "one"
-"no-inline-html": false
-"hr-style":
- "style": "---"
-"no-emphasis-as-heading": false
-"first-line-h1": false
-"code-block-style":
- "style": "fenced"
-"proper-names":
- "names": [
+default: true
+first-header-h1: true
+header-style:
+ style: "atx"
+ul-style:
+ style: "dash"
+no-trailing-spaces: false
+line-length: false
+no-duplicate-header:
+ allow_different_nesting: true
+no-trailing-punctuation:
+ punctuation: ".,;:!。,;:!?"
+ol-prefix:
+ style: "one"
+no-inline-html: false
+hr-style:
+ style: "---"
+no-emphasis-as-heading: false
+first-line-h1: false
+code-block-style:
+ style: "fenced"
+proper-names:
+ names: [
"Akismet",
"Alertmanager",
"API",
@@ -139,4 +139,4 @@
"YAML",
"YouTrack"
]
- "code_blocks": false
+ code_blocks: false