Skip to content

Commit

Permalink
Add .mdlrc, .mdlstyle.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
c24t committed Oct 1, 2019
1 parent 77832f4 commit 427cd8a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions .mdlrc
@@ -0,0 +1 @@
style ".mdlstyle.rb"
7 changes: 7 additions & 0 deletions .mdlstyle.rb
@@ -0,0 +1,7 @@
all

# Ordered lists should have increasing prefixes
rule 'MD029', :style => :ordered

# Ignore line length
exclude_rule 'MD013'

0 comments on commit 427cd8a

Please sign in to comment.