mirror of
https://github.com/Karaka-Management/Build.git
synced 2026-01-11 11:48:40 +00:00
setup markdown linting
This commit is contained in:
parent
7e1259814c
commit
66e65d3488
|
|
@ -4,6 +4,7 @@ AlignAfterOpenBracket: Align
|
|||
AlignConsecutiveAssignments: 'true'
|
||||
AlignEscapedNewlines: Left
|
||||
AlignOperands: 'true'
|
||||
AlignConsecutiveDeclarations: 'false'
|
||||
BreakBeforeBraces: Linux
|
||||
ColumnLimit: '120'
|
||||
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