# Copyright (c) HashiCorp, Inc. # SPDX-License-Identifier: MPL-2.0 # Configuration for markdownlint # https://github.com/DavidAnson/markdownlint#configuration default: true # MD007 ul-indent: indent: 4 #MD010 no-hard-tabs: code_blocks: false # MD046 code-block-style: style: fenced # MD048 code-fence-style: style: backtick # Disabled rules # MD013 line-length: false # MD014 commands-show-output: false