remove underscore from varaibles, its not C++ friendly practice

This commit is contained in:
PavelMikus 2022-09-06 12:23:42 +02:00
parent b9659ce676
commit 905c602995
3 changed files with 13 additions and 13 deletions

View file

@ -46,7 +46,7 @@ BreakConstructorInitializersBeforeComma: false
BreakConstructorInitializers: BeforeComma
BreakAfterJavaFieldAnnotations: false
BreakStringLiterals: true
ColumnLimit: 78
ColumnLimit: 140
CommentPragmas: '^ IWYU pragma:'
CompactNamespaces: true
ConstructorInitializerAllOnOneLineOrOnePerLine: true