Browse Source
.clang-format: disabled namespace indentation
tempestpy_adaptions
Tim Quatmann
4 years ago
No known key found for this signature in database
GPG Key ID: 6EDE19592731EEC3
1 changed files with
1 additions and
1 deletions
-
.clang-format
|
|
@ -99,7 +99,7 @@ KeepEmptyLinesAtTheStartOfBlocks: false |
|
|
|
MacroBlockBegin: '' |
|
|
|
MacroBlockEnd: '' |
|
|
|
MaxEmptyLinesToKeep: 1 |
|
|
|
NamespaceIndentation: All |
|
|
|
NamespaceIndentation: None |
|
|
|
PenaltyBreakAssignment: 2 |
|
|
|
PenaltyBreakBeforeFirstCallParameter: 1 |
|
|
|
PenaltyBreakComment: 300 |
|
|
|