]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
chore: Update C++ standard in .clang-format (#1648)
authorEvgeniy Isaev <isaev.evgeniy@gmail.com>
Sun, 19 Oct 2025 08:29:01 +0000 (11:29 +0300)
committerGitHub <noreply@github.com>
Sun, 19 Oct 2025 08:29:01 +0000 (10:29 +0200)
.clang-format

index ce1527313c822c0a4f75d4cbcbac76c2495a3dec..8adf2a179ed99085a7d37a0f35b74aea00bf58b7 100644 (file)
@@ -46,4 +46,4 @@ KeepEmptyLinesAtTheStartOfBlocks: false
 PackConstructorInitializers: Never
 PointerAlignment: Left
 SpaceAfterTemplateKeyword: false
-Standard: Cpp11
+Standard: c++17