Skip to content

Commit

Permalink
Fix(?) clang format syntax
Browse files Browse the repository at this point in the history
Signed-off-by: Quincey Koziol <[email protected]>
  • Loading branch information
qkoziol committed Dec 18, 2024
1 parent 45150ef commit 4363094
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,8 @@ IndentCaseLabels: true
IndentGotoLabels: false
#llvm11: IndentExternBlock: AfterExternBlock
#llvm11: InsertTrailingCommas: None
MacroBlockBegin:
- "^_BEFORE_USER_CB"
- "^_PAUSE_ERRORS"
MacroBlockEnd:
- "^_AFTER_USER_CB"
- "^_RESUME_ERRORS"
MacroBlockBegin: "^H5_BEFORE_USER_CB*|^H5E_PAUSE_ERRORS"
MacroBlockEnd: "^H5_AFTER_USER_CB*|^H5E_RESUME_ERRORS"
ObjCBlockIndentWidth: 4
#llvm11: ObjCBreakBeforeNestedBlockParam: true
ReflowComments: true
Expand Down

0 comments on commit 4363094

Please sign in to comment.