From 00adc7ed34bcb4735f97263dc08e342c711db918 Mon Sep 17 00:00:00 2001 From: Johan Malm Date: Tue, 29 Sep 2020 20:50:27 +0100 Subject: [PATCH] Remove .clang-format Can't get it to work on wlroots style --- .clang-format | 42 ------------------------------------------ 1 file changed, 42 deletions(-) delete mode 100644 .clang-format diff --git a/.clang-format b/.clang-format deleted file mode 100644 index 3b868320..00000000 --- a/.clang-format +++ /dev/null @@ -1,42 +0,0 @@ -UseTab: Always -TabWidth: 8 -IndentWidth: 8 -ContinuationIndentWidth: 8 -ColumnLimit: 80 -AlignAfterOpenBracket: Align -AlignOperands: true -AllowAllParametersOfDeclarationOnNextLine: false -AllowShortBlocksOnASingleLine: false -AllowShortCaseLabelsOnASingleLine: false -AllowShortFunctionsOnASingleLine: false -AllowShortIfStatementsOnASingleLine: false -AllowShortLoopsOnASingleLine: false -AlwaysBreakAfterReturnType: TopLevelDefinitions -BinPackArguments: true -BinPackParameters: true -BreakBeforeBraces: Linux - -# Break after operators -BreakBeforeBinaryOperators: None -BreakBeforeTernaryOperators: false -BreakStringLiterals: false -IndentCaseLabels: false -IndentWrappedFunctionNames: false -PointerAlignment: Right -SpaceAfterCStyleCast: false -SpaceBeforeAssignmentOperators: true -SpaceBeforeParens: ControlStatements -SpaceInEmptyParentheses: false -SpacesBeforeTrailingComments: 1 -SpacesInCStyleCastParentheses: false -SpacesInContainerLiterals: false -SpacesInParentheses: false -SpacesInSquareBrackets: false -Cpp11BracedListStyle: false -ForEachMacros: - - 'wl_list_for_each' - - 'wl_list_for_each_reverse' - - 'wl_list_for_each_safe' -MaxEmptyLinesToKeep: 1 -KeepEmptyLinesAtTheStartOfBlocks: false -SortIncludes: true