Browse Source

.clang-format: disabled namespace indentation

tempestpy_adaptions
Tim Quatmann 3 years ago
parent
commit
e1ddb9f9aa
No known key found for this signature in database GPG Key ID: 6EDE19592731EEC3
  1. 2
      .clang-format

2
.clang-format

@ -99,7 +99,7 @@ KeepEmptyLinesAtTheStartOfBlocks: false
MacroBlockBegin: ''
MacroBlockEnd: ''
MaxEmptyLinesToKeep: 1
NamespaceIndentation: All
NamespaceIndentation: None
PenaltyBreakAssignment: 2
PenaltyBreakBeforeFirstCallParameter: 1
PenaltyBreakComment: 300

Loading…
Cancel
Save