diff --git a/src/panfrost/ds/.clang-format b/src/panfrost/ds/.clang-format deleted file mode 100644 index 41203078b2b..00000000000 --- a/src/panfrost/ds/.clang-format +++ /dev/null @@ -1,21 +0,0 @@ -BasedOnStyle: WebKit -AlignTrailingComments: 'true' -AllowAllParametersOfDeclarationOnNextLine: 'false' -AllowShortFunctionsOnASingleLine: None -AlwaysBreakBeforeMultilineStrings: 'true' -BinPackArguments: 'false' -BinPackParameters: 'false' -BreakBeforeBinaryOperators: None -BreakBeforeBraces: Linux -ColumnLimit: '100' -Cpp11BracedListStyle: 'true' -KeepEmptyLinesAtTheStartOfBlocks: 'false' -NamespaceIndentation: None -PointerAlignment: Right -SortIncludes: 'true' -SpaceAfterTemplateKeyword: 'false' -Standard: Cpp11 -TabWidth: '3' -IndentWidth: '3' -ConstructorInitializerIndentWidth: '3' -ContinuationIndentWidth: '3'