From d4a8fdb9b3bca59eae2f6f07b56c14a957468cb6 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Mon, 26 Apr 2021 12:20:37 +0000 Subject: [PATCH] Remove some useless directives --- .clang-format | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.clang-format b/.clang-format index 51f687e418..553eddf798 100644 --- a/.clang-format +++ b/.clang-format @@ -40,11 +40,9 @@ BreakBeforeBraces: Allman BreakBeforeInheritanceComma: false BreakBeforeTernaryOperators: true BreakConstructorInitializersBeforeComma: false -BreakConstructorInitializers: BeforeComma BreakAfterJavaFieldAnnotations: false BreakStringLiterals: true ColumnLimit: 0 -CommentPragmas: '^ IWYU pragma:' CompactNamespaces: false ConstructorInitializerAllOnOneLineOrOnePerLine: false ConstructorInitializerIndentWidth: 4 @@ -84,10 +82,6 @@ PenaltyBreakString: 1000 PenaltyExcessCharacter: 1000000 PenaltyReturnTypeOnItsOwnLine: 60 PointerAlignment: Left -RawStringFormats: - - Language: TextProto - BasedOnStyle: Google - Delimiters: [pb] ReflowComments: true SortIncludes: true SortUsingDeclarations: true @@ -105,5 +99,3 @@ SpacesInSquareBrackets: false Standard: c++17 TabWidth: 4 UseTab: Never -... -