From 373a22660b82918901eaaac92c96335f39a7e344 Mon Sep 17 00:00:00 2001 From: ISSOtm Date: Mon, 28 Feb 2022 23:32:21 +0100 Subject: [PATCH] Switch clang-format to C++17 Be consistent with what we settled on in code --- .clang-format | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.clang-format b/.clang-format index ded39b96..3cc484ea 100644 --- a/.clang-format +++ b/.clang-format @@ -93,7 +93,7 @@ SpacesInConditionalStatement: false SpacesInContainerLiterals: false SpacesInParentheses: false SpacesInSquareBrackets: false -Standard: c++20 +Standard: c++17 TabWidth: 4 UseCRLF: false UseTab: AlignWithSpaces