Skip to content

Commit 51b59d1

Browse files
committed
Update .clang-format to use C++ 11 style.
1 parent bfb5703 commit 51b59d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.clang-format

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ PenaltyReturnTypeOnItsOwnLine: 200
3030
PointerBindsToType: true
3131
SpacesBeforeTrailingComments: 2
3232
Cpp11BracedListStyle: true
33-
Standard: Auto
33+
Standard: Cpp11
3434
IndentWidth: 2
3535
TabWidth: 8
3636
UseTab: Never

0 commit comments

Comments
 (0)