Update .clang-format to use C++ 11 style.

This commit is contained in:
Jesse Beder 2016-04-01 20:06:28 -05:00
parent bfb5703ce9
commit 51b59d11ba

View File

@ -30,7 +30,7 @@ PenaltyReturnTypeOnItsOwnLine: 200
PointerBindsToType: true
SpacesBeforeTrailingComments: 2
Cpp11BracedListStyle: true
Standard: Auto
Standard: Cpp11
IndentWidth: 2
TabWidth: 8
UseTab: Never