Add latest changes from gitlab-org/gitlab@master

This commit is contained in:
GitLab Bot
2024-02-27 09:09:11 +00:00
parent e1a8627501
commit 4f2f7fbae2
784 changed files with 1601 additions and 1468 deletions

View 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

View File

@ -1,4 +0,0 @@
---
# Extended Markdown configuration to enforce no-trailing-spaces rule
extends: "../../.markdownlint.yml"
no-trailing-spaces: true