From 14d23b592115f69ee49fa4106b2081d191fcad78 Mon Sep 17 00:00:00 2001 From: Jayden Savarinathan Date: Wed, 14 Jul 2021 10:16:56 -0400 Subject: [PATCH] Update .clang-format --- .clang-format | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.clang-format b/.clang-format index 16412e51..a78b30a3 100644 --- a/.clang-format +++ b/.clang-format @@ -83,7 +83,7 @@ SpacesInContainerLiterals: false SpacesInCStyleCastParentheses: false SpacesInParentheses: false SpacesInSquareBrackets: false -Standard: Cpp11 +Standard: Cpp17 TabWidth: 4 UseTab: Never #...