Add config files

This commit is contained in:
Nick Alteen
2025-02-19 12:28:55 -05:00
parent d94ed8e502
commit 42e6cd0497
13 changed files with 240 additions and 26 deletions
+24
View File
@@ -0,0 +1,24 @@
# See: https://github.com/DavidAnson/markdownlint
# Unordered list style
MD004:
style: dash
# Disable line length for tables
MD013:
tables: false
# Ordered list item prefix
MD029:
style: one
# Spaces after list markers
MD030:
ul_single: 1
ol_single: 1
ul_multi: 1
ol_multi: 1
# Code block style
MD046:
style: fenced