Skip to content

Commit 02e7d93

Browse files
committed
Add a .clang-format
Signed-off-by: Ben Widawsky <[email protected]>
1 parent 05a5027 commit 02e7d93

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.clang-format

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Default Linux style
2+
BasedOnStyle: LLVM
3+
IndentWidth: 8
4+
UseTab: Always
5+
BreakBeforeBraces: Linux
6+
AllowShortIfStatementsOnASingleLine: false
7+
IndentCaseLabels: false
8+
9+
# From CodingReadme
10+
TabWidth: 8
11+
ContinuationIndentWidth: 2
12+
ColumnLimit: 150
13+
# BreakBeforeBraces: Linux

0 commit comments

Comments
 (0)