Skip to content

Commit

Permalink
Add clang-format configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
davidebeatrici committed Mar 9, 2021
1 parent 5b38a68 commit afe882a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .clang-format
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
AlignAfterOpenBracket: Align
AllowShortCaseLabelsOnASingleLine: true
BreakBeforeBraces: Allman
ColumnLimit: 120
IndentWidth: 4
TabWidth: 4
UseTab: ForContinuationAndIndentation

0 comments on commit afe882a

Please sign in to comment.