mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 13:46:41 +00:00
feat(markdownlint): add default config for markdownlint
This commit is contained in:
@@ -33,6 +33,7 @@ SYMLINKS=(
|
|||||||
hyper.js
|
hyper.js
|
||||||
irbrc
|
irbrc
|
||||||
logrotate.d
|
logrotate.d
|
||||||
|
markdownlint.yaml
|
||||||
peco
|
peco
|
||||||
powconfig
|
powconfig
|
||||||
pryrc
|
pryrc
|
||||||
|
|||||||
10
markdownlint.yaml
Normal file
10
markdownlint.yaml
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
---
|
||||||
|
no-hard-tabs: # MD010
|
||||||
|
# Allow hard-tabs in code blocks in the below languages.
|
||||||
|
ignore_code_languages:
|
||||||
|
- go
|
||||||
|
- makefile
|
||||||
|
|
||||||
|
blanks-around-fences: # MD031
|
||||||
|
# Don't force blank lines around code blocks in lists.
|
||||||
|
list_items: false
|
||||||
Reference in New Issue
Block a user