diff options
| author | Stefan Boberg <[email protected]> | 2022-03-17 13:37:56 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-03-17 13:37:56 +0100 |
| commit | 4e2908f971cc137aa70c457bcbc46a54293378ed (patch) | |
| tree | 24f6a39ae485a6a63237c364c2080f76b27bb3a8 | |
| parent | FIxed up .clang-format setting for enums (diff) | |
| download | zen-4e2908f971cc137aa70c457bcbc46a54293378ed.tar.xz zen-4e2908f971cc137aa70c457bcbc46a54293378ed.zip | |
Some more updates to .clang-format to remove redundant settings
| -rw-r--r-- | .clang-format | 33 |
1 files changed, 0 insertions, 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: '^<ext/.*\.h>' @@ -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 ... |