mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 10:06:40 +00:00
18 lines
486 B
YAML
18 lines
486 B
YAML
---
|
|
# yaml-language-server: $schema=https://raw.githubusercontent.com/DavidAnson/markdownlint/main/schema/markdownlint-config-schema.json
|
|
no-hard-tabs: # MD010
|
|
# Allow hard-tabs in code blocks in the below languages.
|
|
ignore_code_languages:
|
|
- caddyfile
|
|
- go
|
|
- makefile
|
|
|
|
blanks-around-fences: # MD031
|
|
# Don't force blank lines around code blocks in lists.
|
|
list_items: false
|
|
|
|
line-length: # MD013
|
|
# Allow lines up to 120 characters.
|
|
line_length: 80
|
|
tables: false
|