22 строки
741 B
YAML
22 строки
741 B
YAML
## @file
|
|
# markdownlint configuration
|
|
#
|
|
# NOTE: This file is automatically synchronized from Mu DevOps. Update the original file there
|
|
# instead of the file in this repo.
|
|
#
|
|
# - Mu DevOps Repo: https://github.com/microsoft/mu_devops
|
|
# - File Sync Settings: https://github.com/microsoft/mu_devops/blob/main/.sync/Files.yml
|
|
#
|
|
# 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"]}
|
|
}
|