panfrost: Remove perfetto-specific .clang-format
authorAlyssa Rosenzweig <alyssa@collabora.com>
Fri, 23 Dec 2022 21:10:55 +0000 (16:10 -0500)
committerMarge Bot <emma+marge@anholt.net>
Sat, 24 Dec 2022 02:22:57 +0000 (02:22 +0000)
We'll use the one in src/panfrost/.clang-format instead, which isn't identical
but should be good enough. This way they don't conflict with each other.

Signed-off-by: Alyssa Rosenzweig <alyssa@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20425>

src/panfrost/ds/.clang-format [deleted file]

diff --git a/src/panfrost/ds/.clang-format b/src/panfrost/ds/.clang-format
deleted file mode 100644 (file)
index 4120307..0000000
+++ /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'