Skip to content

Commit

Permalink
Change lint standard for lists (netdata#10371)
Browse files Browse the repository at this point in the history
  • Loading branch information
joelhans authored Jan 7, 2021
1 parent 44aabc6 commit 3adf54f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .remarkrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
};

Expand Down

0 comments on commit 3adf54f

Please sign in to comment.