From: Evgeniy Isaev Date: Sun, 19 Oct 2025 08:29:01 +0000 (+0300) Subject: chore: Update C++ standard in .clang-format (#1648) X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ea89ec1f3f23921abaecd2034f3873faaae169ac;p=thirdparty%2Fccache.git chore: Update C++ standard in .clang-format (#1648) --- diff --git a/.clang-format b/.clang-format index ce152731..8adf2a17 100644 --- a/.clang-format +++ b/.clang-format @@ -46,4 +46,4 @@ KeepEmptyLinesAtTheStartOfBlocks: false PackConstructorInitializers: Never PointerAlignment: Left SpaceAfterTemplateKeyword: false -Standard: Cpp11 +Standard: c++17