1
0
mirror of synced 2026-04-05 06:11:11 +00:00

Add a .clang-format

Signed-off-by: Ben Widawsky <ben@bwidawsk.net>
This commit is contained in:
Ben Widawsky
2019-05-03 22:07:05 -07:00
parent 05a5027db8
commit 02e7d931a7

13
.clang-format Normal file
View File

@@ -0,0 +1,13 @@
# Default Linux style
BasedOnStyle: LLVM
IndentWidth: 8
UseTab: Always
BreakBeforeBraces: Linux
AllowShortIfStatementsOnASingleLine: false
IndentCaseLabels: false
# From CodingReadme
TabWidth: 8
ContinuationIndentWidth: 2
ColumnLimit: 150
# BreakBeforeBraces: Linux