Skip to content

Commit

Permalink
Merge CI and Clang format changes from master branch (#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
byrnHDF authored Dec 4, 2023
1 parent db901c6 commit 407135b
Show file tree
Hide file tree
Showing 215 changed files with 28,447 additions and 20,462 deletions.
19 changes: 19 additions & 0 deletions .clang-format
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
BasedOnStyle: LLVM
AlignConsecutiveAssignments: true
BraceWrapping:
AfterFunction: true
BeforeCatch: true
BeforeElse: true
BeforeLambdaBody: false
BeforeWhile: false
BreakBeforeBraces: Stroustrup
BreakAfterJavaFieldAnnotations: true
BreakStringLiterals: true
ColumnLimit: 110
IndentWidth: 4
---
Language: Java
BreakAfterJavaFieldAnnotations: true
JavaImportGroups: ['java', 'hdf', 'hdf.hdf5lib', 'org', 'org.slf4j', 'org.eclipse']
...
Loading

0 comments on commit 407135b

Please sign in to comment.