diff options
Diffstat (limited to 'Documentation/.mdl_style.rb')
-rw-r--r-- | Documentation/.mdl_style.rb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Documentation/.mdl_style.rb b/Documentation/.mdl_style.rb new file mode 100644 index 0000000000..a02a64c1c9 --- /dev/null +++ b/Documentation/.mdl_style.rb @@ -0,0 +1,9 @@ +# See one of the following URLs for explanations of all the rules +# https://github.com/markdownlint/markdownlint/blob/master/docs/RULES.md +# https://web.archive.org/web/20220424164542/https://github.com/markdownlint/markdownlint/blob/master/docs/RULES.md + +all +exclude_rule 'no-multiple-blanks' +exclude_rule 'blanks-around-headers' +exclude_rule 'blanks-around-lists' +rule 'line-length', :line_length => 72 |