Add markdownlint default file

This commit is contained in:
Serene-Arc
2022-12-08 15:46:53 +10:00
parent 7e3b11caf8
commit 628739d0b8
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -0,0 +1 @@
style "#{File.dirname(__FILE__)}/.markdown_style.rb"
+1 -1
View File
@@ -21,4 +21,4 @@ allowlist_externals = mdl
commands = commands =
isort bdfr tests --check isort bdfr tests --check
black bdfr tests --check black bdfr tests --check
mdl README.md docs/ -s .markdown_style.rb mdl README.md docs/