Skip to content

Commit cd4d26f

Browse files
authored
Merge pull request OpenVoxProject#227 from miharp/fix/markdownlint-table-style-consistent
markdownlint: allow consistent table style instead of enforcing compact
2 parents 6869475 + 1f20787 commit cd4d26f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.markdownlint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ no-inline-html:
2020
descriptive-link-text: false
2121

2222
table:
23-
style: 'compact'
23+
style: 'consistent'
2424
aligned_delimiter: true

0 commit comments

Comments
 (0)