mirror of https://github.com/folke/lazy.nvim
build: added markdownlint config
This commit is contained in:
parent
706fe6f9c5
commit
713dcb6901
|
@ -0,0 +1,12 @@
|
|||
MD013:
|
||||
line_length: 120
|
||||
tables: false
|
||||
MD033:
|
||||
allowed_elements:
|
||||
- "details"
|
||||
- "summary"
|
||||
- "b"
|
||||
- "table"
|
||||
- "tr"
|
||||
- "td"
|
||||
- "a"
|
Loading…
Reference in New Issue