Skip to content

Commit 9aba3c9

Browse files
committed
[clang-format] update to c++14
1 parent d3eda98 commit 9aba3c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.clang-format

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ SpaceInEmptyParentheses: false
4747
SpacesInContainerLiterals: false
4848
SpacesInParentheses: false
4949
SpacesInSquareBrackets: false
50-
Standard: "c++11"
50+
Standard: "c++14"
5151
IncludeCategories:
5252
- Regex: '^".*"'
5353
Priority: 1

0 commit comments

Comments
 (0)