From 18bbc271a1d606ec1d45c4127cfdb6a1d6f88f4e Mon Sep 17 00:00:00 2001 From: David Capello Date: Wed, 12 Oct 2022 16:04:04 -0300 Subject: [PATCH] Some minor clang-format adjustments We're not using clang-format yet but there are plans to do it in a near future. --- .clang-format | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.clang-format b/.clang-format index c58c9e249..1a4a497cc 100644 --- a/.clang-format +++ b/.clang-format @@ -101,7 +101,7 @@ SpaceAfterLogicalNot: false SpaceAfterTemplateKeyword: false SpaceBeforeAssignmentOperators: true SpaceBeforeCaseColon: false -SpaceBeforeCpp11BracedList: true +SpaceBeforeCpp11BracedList: false SpaceBeforeCtorInitializerColon: true SpaceBeforeInheritanceColon: true SpaceBeforeParens: ControlStatements @@ -118,7 +118,7 @@ SpacesInParentheses: false SpacesInSquareBrackets: false SpaceBeforeSquareBrackets: false BitFieldColonSpacing: Both -Standard: Latest +Standard: c++17 TabWidth: 8 UseCRLF: false UseTab: Never