Skip to content

Commit

Permalink
Update .clang-format.
Browse files Browse the repository at this point in the history
  • Loading branch information
endJunction committed Sep 20, 2015
1 parent a8b23d2 commit da7959f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@ BasedOnStyle: Google

AccessModifierOffset: -4
AllowShortLoopsOnASingleLine: false
AllowShortFunctionsOnASingleLine: false
AllowShortFunctionsOnASingleLine: Inline
BreakBeforeBraces: Allman
DerivePointerAlignment: false
ExperimentalAutoDetectBinPacking: true
IndentWidth: 4
PointerAlignment: Left
Standard: C++11
TabWidth: 4
UseTab: ForIndentation
ExperimentalAutoDetectBinPacking: true
Standard: C++11

0 comments on commit da7959f

Please sign in to comment.