diff --git a/Config/.clang-format b/Config/.clang-format index 82fcb3a..daa57eb 100644 --- a/Config/.clang-format +++ b/Config/.clang-format @@ -4,6 +4,7 @@ AlignAfterOpenBracket: Align AlignConsecutiveAssignments: 'true' AlignEscapedNewlines: Left AlignOperands: 'true' +AlignConsecutiveDeclarations: 'false' BreakBeforeBraces: Linux ColumnLimit: '120' IndentWidth: '4' diff --git a/Config/markdown.json b/Config/markdown.json new file mode 100644 index 0000000..fc78337 --- /dev/null +++ b/Config/markdown.json @@ -0,0 +1,7 @@ +{ + "extends": "base.json", + "line-length": false, + "no-duplicate-header": false, + "ul-indent": 4, + "ol-indent": 4 +} \ No newline at end of file