Skip to content

Commit

Permalink
clang format
Browse files Browse the repository at this point in the history
  • Loading branch information
flaviotordini committed Nov 7, 2017
1 parent 3ab9f74 commit 73cab8c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .clang-format
@@ -0,0 +1,11 @@
BasedOnStyle: LLVM
IndentWidth: 4
AccessModifierOffset: -4
ColumnLimit: 100
AllowShortIfStatementsOnASingleLine: true
AllowShortFunctionsOnASingleLine: Inline
KeepEmptyLinesAtTheStartOfBlocks: false
ContinuationIndentWidth: 8
AlignAfterOpenBracket: true
BinPackParameters: false
AllowAllParametersOfDeclarationOnNextLine: false

0 comments on commit 73cab8c

Please sign in to comment.