Skip to content

Commit

Permalink
Update .clang-format to use C++ 11 style.
Browse files Browse the repository at this point in the history
  • Loading branch information
jbeder committed Apr 2, 2016
1 parent bfb5703 commit 51b59d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .clang-format
Expand Up @@ -30,7 +30,7 @@ PenaltyReturnTypeOnItsOwnLine: 200
PointerBindsToType: true
SpacesBeforeTrailingComments: 2
Cpp11BracedListStyle: true
Standard: Auto
Standard: Cpp11
IndentWidth: 2
TabWidth: 8
UseTab: Never
Expand Down

0 comments on commit 51b59d1

Please sign in to comment.