mirror of
https://github.com/offa/android-foss.git
synced 2025-11-16 05:18:31 +05:30
Add markdownlint config (#209)
This commit is contained in:
parent
aa7c2896ab
commit
3a83b39b0a
1 changed files with 6 additions and 0 deletions
6
.markdownlint.json
Normal file
6
.markdownlint.json
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"default": true,
|
||||
"MD007": { "indent": 4 },
|
||||
"MD033": { "allowed_elements": ["sup"]},
|
||||
"MD013": false
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue