Skip to content

Commit 756a08f

Browse files
BillyDonahuehjmjohnson
authored andcommitted
switch .clang-format to C++11
1 parent 2c25759 commit 756a08f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.clang-format

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ PenaltyExcessCharacter: 1000000
2929
PenaltyReturnTypeOnItsOwnLine: 60
3030
PointerBindsToType: true
3131
SpacesBeforeTrailingComments: 1
32-
Cpp11BracedListStyle: false
33-
Standard: Cpp03
32+
Cpp11BracedListStyle: true
33+
Standard: Cpp11
3434
IndentWidth: 2
3535
TabWidth: 8
3636
UseTab: Never

0 commit comments

Comments
 (0)