microsoft/mu_feature_ffa
Publicmirrored fromhttps://github.com/microsoft/mu_feature_ffaAvailable
.markdownlint.yaml
21lines · modecode
| 1 | ## @file |
| 2 | # markdownlint configuration |
| 3 | # |
| 4 | # NOTE: This file is automatically synchronized from Mu DevOps. Update the original file there |
| 5 | # instead of the file in this repo. |
| 6 | # |
| 7 | # - Mu DevOps Repo: https://github.com/microsoft/mu_devops |
| 8 | # - File Sync Settings: https://github.com/microsoft/mu_devops/blob/main/.sync/Files.yml |
| 9 | # |
| 10 | # Copyright (c) Microsoft Corporation. |
| 11 | # SPDX-License-Identifier: BSD-2-Clause-Patent |
| 12 | ## |
| 13 | |
| 14 | # Rules can be found here: https://github.com/DavidAnson/markdownlint/blob/main/doc/Rules.md |
| 15 | # Config info: https://github.com/DavidAnson/markdownlint#configuration |
| 16 | |
| 17 | { |
| 18 | "default": true, |
| 19 | "MD013": {"line_length": 120, "code_blocks": false, "tables": false}, |
| 20 | "MD033": {"allowed_elements": ["br"]} |
| 21 | } |
| 22 | |