diff --git a/.clang-format b/.clang-format index bf948fab..20947610 100644 --- a/.clang-format +++ b/.clang-format @@ -19,6 +19,7 @@ IndentCaseBlocks: true IndentCaseLabels: true InsertBraces: true InsertNewlineAtEOF: true +KeepEmptyLinesAtTheStartOfBlocks: false NamespaceIndentation: All ReflowComments: false RemoveParentheses: ReturnStatement diff --git a/.clang-tidy b/.clang-tidy index c88efae4..9000ab95 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -22,6 +22,7 @@ Checks: < misc-* -misc-include-cleaner + -misc-non-private-member-variables-in-classes¶ modernize-* -modernize-use-trailing-return-type