Skip to content

Commit

Permalink
Add a .clang-format
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Widawsky <[email protected]>
  • Loading branch information
bwidawsk committed May 9, 2019
1 parent 05a5027 commit 02e7d93
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .clang-format
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 02e7d93

Please sign in to comment.