better logger

This commit is contained in:
2024-01-03 15:33:40 +01:00
parent 8d68d7d795
commit 35a0a74a00
10 changed files with 170 additions and 121 deletions

View File

@@ -33,7 +33,7 @@ BreakBeforeBinaryOperators: None
BreakBeforeTernaryOperators: true
BreakConstructorInitializers: BeforeColon
BreakInheritanceList: BeforeColon
ColumnLimit: 0
ColumnLimit: 140
CompactNamespaces: false
ContinuationIndentWidth: 8
IndentCaseLabels: true