summaryrefslogtreecommitdiff
path: root/.markdownlint.yaml
blob: 3a7e0751d8caf3af544eef05087846b5603f3221 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
## @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"]}
}