Skip to content

Commit 399dce7

Browse files
committed
mdl style: set indent to 2 spaces
Signed-off-by: Daniel Maslowski <info@orangecms.org>
1 parent 6d7ba22 commit 399dce7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.mdl_style.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
all
2+
# This should be 2 by default per the docs, but turned out to be 8
3+
rule 'MD007', :indent => 2
24
# Ignore line length in code blocks and tables
35
rule 'MD013', :ignore_code_blocks => true, :tables => false
46
# Allow inline HTML

0 commit comments

Comments
 (0)