summaryrefslogtreecommitdiff
path: root/.mdlrc.rb
diff options
context:
space:
mode:
Diffstat (limited to '.mdlrc.rb')
-rw-r--r--.mdlrc.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/.mdlrc.rb b/.mdlrc.rb
new file mode 100644
index 00000000..406f45b3
--- /dev/null
+++ b/.mdlrc.rb
@@ -0,0 +1,4 @@
+all
+rule 'MD013', :line_length => 100
+rule 'MD029', :style => :ordered
+exclude_rule 'MD033'