mirror of
https://github.com/fergalmoran/picard.git
synced 2026-02-01 13:23:59 +00:00
11 lines
232 B
JSON
11 lines
232 B
JSON
{
|
|
"no-multiple-blanks": false,
|
|
"line-length": false,
|
|
"blanks-around-headers": false,
|
|
"no-duplicate-header": {
|
|
"allow_different_nesting": true
|
|
},
|
|
"single-h1": false,
|
|
"blanks-around-lists": false
|
|
}
|