mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 04:46:41 +00:00
11 lines
242 B
YAML
11 lines
242 B
YAML
---
|
|
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
|