Update .clang-format to use C++ 11 style.
This commit is contained in:
parent
bfb5703ce9
commit
51b59d11ba
@ -30,7 +30,7 @@ PenaltyReturnTypeOnItsOwnLine: 200
|
|||||||
PointerBindsToType: true
|
PointerBindsToType: true
|
||||||
SpacesBeforeTrailingComments: 2
|
SpacesBeforeTrailingComments: 2
|
||||||
Cpp11BracedListStyle: true
|
Cpp11BracedListStyle: true
|
||||||
Standard: Auto
|
Standard: Cpp11
|
||||||
IndentWidth: 2
|
IndentWidth: 2
|
||||||
TabWidth: 8
|
TabWidth: 8
|
||||||
UseTab: Never
|
UseTab: Never
|
||||||
|
Loading…
Reference in New Issue
Block a user