mirror of
https://github.com/HendrikRauh/dmx-interface.git
synced 2026-03-09 05:20:21 +00:00
add(pre-commit): add configuration files for pre-commit, markdownlint, and codespell; update README with setup instructions
This commit is contained in:
parent
26f56e8ca6
commit
732046b15e
7 changed files with 191 additions and 69 deletions
32
.markdownlint.json
Normal file
32
.markdownlint.json
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
{
|
||||
"default": true,
|
||||
"MD013": {
|
||||
"line_length": 300,
|
||||
"tables": true,
|
||||
"code_blocks": true
|
||||
},
|
||||
"MD033": false,
|
||||
"MD012": {
|
||||
"maximum": 2
|
||||
},
|
||||
"MD026": {
|
||||
"punctuation": ".,;:!"
|
||||
},
|
||||
"MD024": {
|
||||
"siblings_only": false
|
||||
},
|
||||
"MD029": {
|
||||
"style": "ordered"
|
||||
},
|
||||
"MD046": {
|
||||
"style": "fenced"
|
||||
},
|
||||
"MD049": {
|
||||
"style": "underscore"
|
||||
},
|
||||
"MD050": {
|
||||
"style": "asterisk"
|
||||
},
|
||||
"MD052": false,
|
||||
"MD053": false
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue