Skip to content

Commit 1da4e67

Browse files
Add clang-format file (same as ParaView).
1 parent ad5fbce commit 1da4e67

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.clang-format

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
# This configuration requires clang-format 3.8 or higher.
3+
BasedOnStyle: Mozilla
4+
AlignAfterOpenBracket: DontAlign
5+
AlignOperands: false
6+
AlwaysBreakAfterReturnType: None
7+
AlwaysBreakAfterDefinitionReturnType: None
8+
BreakBeforeBraces: Allman
9+
ColumnLimit: 100
10+
Standard: Cpp03
11+
...

0 commit comments

Comments
 (0)