Skip to content

Commit

Permalink
Add .clang-format file
Browse files Browse the repository at this point in the history
  • Loading branch information
jhasse committed Oct 23, 2017
1 parent 35df65e commit 1db6245
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .clang-format
@@ -0,0 +1,16 @@
BasedOnStyle: LLVM
IndentWidth: 4
TabWidth: 4
AccessModifierOffset: -4
UseTab: ForIndentation
AllowShortIfStatementsOnASingleLine: true
ColumnLimit: 100
ConstructorInitializerIndentWidth: 0
AllowShortFunctionsOnASingleLine: None
PointerAlignment: Left
SortIncludes: false
ConstructorInitializerAllOnOneLineOrOnePerLine: false
SpaceBeforeParens: ControlStatements
SpacesInContainerLiterals: true
Cpp11BracedListStyle: false
IndentCaseLabels: true

0 comments on commit 1db6245

Please sign in to comment.