Skip to content

Commit f1f9f10

Browse files
committed
Add clang-format configuration.
1 parent a35a7d7 commit f1f9f10

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.clang-format

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
BasedOnStyle: LLVM
2+
UseTab: Never
3+
IndentWidth: 4
4+
TabWidth: 4
5+
BreakBeforeBraces: Allman
6+
AllowShortIfStatementsOnASingleLine: false
7+
IndentCaseLabels: false
8+
ColumnLimit: 0
9+
AccessModifierOffset: -4
10+
NamespaceIndentation: All
11+
FixNamespaceComments: false

0 commit comments

Comments
 (0)