Skip to content

Commit f3c7efe

Browse files
author
Enrico Steffinlongo
committed
Switch clang-format style to c++17
1 parent dff50eb commit f3c7efe

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
@@ -71,7 +71,7 @@ SpacesInCStyleCastParentheses: 'false'
7171
SpacesInContainerLiterals: 'false'
7272
SpacesInParentheses: 'false'
7373
SpacesInSquareBrackets: 'false'
74-
Standard: c++11
74+
Standard: c++17
7575
TabWidth: '2'
7676
UseTab: Never
7777
---

0 commit comments

Comments
 (0)