diff --git a/.clang-format b/.clang-format index c433c9809ef..2d6d4493d07 100644 --- a/.clang-format +++ b/.clang-format @@ -113,6 +113,6 @@ SpacesInContainerLiterals: false SpacesInCStyleCastParentheses: false SpacesInParentheses: false SpacesInSquareBrackets: false -Standard: c++11 +Standard: c++17 TabWidth: 4 UseTab: Never