From 0dfd9d4b43b5b4670b9a45594df692332a66a4b4 Mon Sep 17 00:00:00 2001 From: Zopolis4 Date: Wed, 22 Jun 2022 08:57:32 +1000 Subject: [PATCH] Replace Cpp11 (A Deprecated alias for Latest) in .clang-format --- Source/.clang-format | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/.clang-format b/Source/.clang-format index 06a5f10067..2262cdaa26 100644 --- a/Source/.clang-format +++ b/Source/.clang-format @@ -78,7 +78,7 @@ SpacesInContainerLiterals: true SpacesInCStyleCastParentheses: false SpacesInParentheses: false SpacesInSquareBrackets: false -Standard: Cpp11 +Standard: Latest TabWidth: 2 UseTab: Never ---