mirror of
https://github.com/Karaka-Management/Build.git
synced 2026-02-16 02:38:41 +00:00
setup markdown linting
This commit is contained in:
parent
7e1259814c
commit
66e65d3488
|
|
@ -4,6 +4,7 @@ AlignAfterOpenBracket: Align
|
||||||
AlignConsecutiveAssignments: 'true'
|
AlignConsecutiveAssignments: 'true'
|
||||||
AlignEscapedNewlines: Left
|
AlignEscapedNewlines: Left
|
||||||
AlignOperands: 'true'
|
AlignOperands: 'true'
|
||||||
|
AlignConsecutiveDeclarations: 'false'
|
||||||
BreakBeforeBraces: Linux
|
BreakBeforeBraces: Linux
|
||||||
ColumnLimit: '120'
|
ColumnLimit: '120'
|
||||||
IndentWidth: '4'
|
IndentWidth: '4'
|
||||||
|
|
|
||||||
7
Config/markdown.json
Normal file
7
Config/markdown.json
Normal file
|
|
@ -0,0 +1,7 @@
|
||||||
|
{
|
||||||
|
"extends": "base.json",
|
||||||
|
"line-length": false,
|
||||||
|
"no-duplicate-header": false,
|
||||||
|
"ul-indent": 4,
|
||||||
|
"ol-indent": 4
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue
Block a user