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 ---