From 4e2908f971cc137aa70c457bcbc46a54293378ed Mon Sep 17 00:00:00 2001 From: Stefan Boberg Date: Thu, 17 Mar 2022 13:37:56 +0100 Subject: Some more updates to .clang-format to remove redundant settings --- .clang-format | 33 --------------------------------- 1 file changed, 33 deletions(-) diff --git a/.clang-format b/.clang-format index 38336c39c..4688f60ae 100644 --- a/.clang-format +++ b/.clang-format @@ -66,10 +66,6 @@ DerivePointerAlignment: false DisableFormat: false ExperimentalAutoDetectBinPacking: false FixNamespaceComments: true -ForEachMacros: - - foreach - - Q_FOREACH - - BOOST_FOREACH IncludeBlocks: Preserve IncludeCategories: - Regex: '^' @@ -118,31 +114,7 @@ PointerAlignment: Left RawStringFormats: - Language: Cpp Delimiters: - - cc - - CC - cpp - - Cpp - - CPP - - 'c++' - - 'C++' - CanonicalDelimiter: '' - BasedOnStyle: google - - Language: TextProto - Delimiters: - - pb - - PB - - proto - - PROTO - EnclosingFunctions: - - EqualsProto - - EquivToProto - - PARSE_PARTIAL_TEXT_PROTO - - PARSE_TEST_PROTO - - PARSE_TEXT_PROTO - - ParseTextOrDie - - ParseTextProtoOrDie - - ParseTestProto - - ParsePartialTestProto CanonicalDelimiter: '' BasedOnStyle: google ReflowComments: true @@ -169,14 +141,9 @@ SpacesInSquareBrackets: false SpaceBeforeSquareBrackets: false BitFieldColonSpacing: Both Standard: Auto -StatementMacros: - - Q_UNUSED - - QT_REQUIRE_VERSION TabWidth: 4 UseCRLF: false UseTab: Always WhitespaceSensitiveMacros: - STRINGIZE - - PP_STRINGIZE - - BOOST_PP_STRINGIZE ... -- cgit v1.2.3