0
0
Fork 0
mirror of https://github.com/netdata/netdata.git synced 2025-04-18 19:38:46 +00:00

Change lint standard for lists ()

This commit is contained in:
Joel Hans 2021-01-07 08:43:18 -07:00 committed by GitHub
parent 44aabc6af5
commit 3adf54ff45
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,12 +7,12 @@ exports.settings = {
spacedTable: false,
paddedTable: false,
fences: true,
rule: '-',
rule: "-",
ruleRepetition: 3,
emphasis: "*",
strong: "*",
bullet: "-",
listItemIndent: 'tab',
listItemIndent: "1",
incrementListMarker: true
};