edk2/.markdownlint.yaml
Sherry Fan 90cb1661bd .markdownlint: Add ignore and settings
Add .markdownlint.yaml for mdlint settings and add ignores (build
outputs and external dependencies).

Signed-off-by: Sherry Fan <sherryfan@microsoft.com>
2026-03-04 22:02:33 +00:00

15 lines
446 B
YAML

## @file
# markdownlint configuration
#
# Copyright (c) Microsoft Corporation.
# SPDX-License-Identifier: BSD-2-Clause-Patent
##
# Rules can be found here: https://github.com/DavidAnson/markdownlint/blob/main/doc/Rules.md
# Config info: https://github.com/DavidAnson/markdownlint#configuration
{
"default": true,
"MD013": {"line_length": 120, "code_blocks": false, "tables": false},
"MD033": {"allowed_elements": ["br"]}
}