mirror of
https://gitlab.com/gitlab-org/gitlab-foss.git
synced 2025-08-15 21:39:00 +00:00
Add latest changes from gitlab-org/gitlab@master
This commit is contained in:
9
doc/.markdownlint/.markdownlint-cli2.yaml
Normal file
9
doc/.markdownlint/.markdownlint-cli2.yaml
Normal file
@ -0,0 +1,9 @@
|
||||
---
|
||||
# Extended Markdown configuration to enforce no-trailing-spaces rule
|
||||
# To use this configuration, in the doc directory, run:
|
||||
#
|
||||
# markdownlint-cli2 --config .markdownlint/.markdownlint-cli2.yaml '**/*.md'
|
||||
config:
|
||||
default: false
|
||||
no-trailing-spaces: true
|
||||
fix: true
|
@ -1,4 +0,0 @@
|
||||
---
|
||||
# Extended Markdown configuration to enforce no-trailing-spaces rule
|
||||
extends: "../../.markdownlint.yml"
|
||||
no-trailing-spaces: true
|
Reference in New Issue
Block a user