From 8b6f24da8b3ad3d63113cb57050f6bb763b4f71d Mon Sep 17 00:00:00 2001 From: Timothy Liu Date: Thu, 11 Aug 2022 16:09:37 +0800 Subject: [PATCH] fix: change c++ standard of clang-format to c++17 --- .clang-format | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.clang-format b/.clang-format index f49f85d..f10f5bd 100644 --- a/.clang-format +++ b/.clang-format @@ -277,7 +277,7 @@ SpacesInLineCommentPrefix: Minimum: 1 SpacesInParentheses: false SpaceBeforeSquareBrackets: false -Standard: Latest +Standard: c++17 TabWidth: 4 UseTab: Never