Minor .clang-format changes and apply to logger.h

This commit is contained in:
Juha Heinanen
2023-05-18 17:24:17 +03:00
parent d8084f5cee
commit 7d8728819e
3 changed files with 13 additions and 11 deletions

View File

@ -56,6 +56,7 @@ IncludeCategories:
IndentCaseLabels: true
IndentWidth: 4
IndentWrappedFunctionNames: false
IndentPPDirectives: BeforeHash
KeepEmptyLinesAtTheStartOfBlocks: true
MacroBlockBegin: ''
MacroBlockEnd: ''