1
0
mirror of https://github.com/netdata/netdata.git synced 2021-06-06 23:03:21 +03:00

Change lint standard for lists (#10371)

This commit is contained in:
Joel Hans
2021-01-07 08:43:18 -07:00
committed by GitHub
parent 44aabc6af5
commit 3adf54ff45

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
};