diff --git a/.clang-format b/.clang-format index 16412e51..a78b30a3 100644 --- a/.clang-format +++ b/.clang-format @@ -83,7 +83,7 @@ SpacesInContainerLiterals: false SpacesInCStyleCastParentheses: false SpacesInParentheses: false SpacesInSquareBrackets: false -Standard: Cpp11 +Standard: Cpp17 TabWidth: 4 UseTab: Never #...