From a6153f4616a5265b0b0cb09108eafda584c4f75a Mon Sep 17 00:00:00 2001
From: Brandon Clayton <bclayton@usgs.gov>
Date: Fri, 12 Feb 2021 13:22:52 -0700
Subject: [PATCH] add markdown config file

---
 .markdownlint.yml | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 .markdownlint.yml

diff --git a/.markdownlint.yml b/.markdownlint.yml
new file mode 100644
index 00000000..a2fbcaa7
--- /dev/null
+++ b/.markdownlint.yml
@@ -0,0 +1,16 @@
+##
+# Rules for markdownlint.
+#
+# See https://github.com/DavidAnson/markdownlint
+##
+
+default: true
+
+# MD013/line-length - Line length
+MD013:
+  # Number of characters
+  line_length: 100
+  # Number of characters for headings
+  heading_line_length: 100
+  # Number of characters for code blocks
+  code_block_line_length: 100
-- 
GitLab