mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 08:26:42 +00:00
feat(markdownlint): add default config for markdownlint
This commit is contained in:
@@ -33,6 +33,7 @@ SYMLINKS=(
|
||||
hyper.js
|
||||
irbrc
|
||||
logrotate.d
|
||||
markdownlint.yaml
|
||||
peco
|
||||
powconfig
|
||||
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