aboutsummaryrefslogtreecommitdiff
path: root/contrib/linux-kernel/lib/zstd/.clang-format
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/linux-kernel/lib/zstd/.clang-format')
-rw-r--r--contrib/linux-kernel/lib/zstd/.clang-format11
1 files changed, 0 insertions, 11 deletions
diff --git a/contrib/linux-kernel/lib/zstd/.clang-format b/contrib/linux-kernel/lib/zstd/.clang-format
deleted file mode 100644
index 0c6cf3ba..00000000
--- a/contrib/linux-kernel/lib/zstd/.clang-format
+++ /dev/null
@@ -1,11 +0,0 @@
-BasedOnStyle: LLVM
-IndentWidth: 8
-UseTab: Always
-BreakBeforeBraces: Linux
-AllowShortIfStatementsOnASingleLine: false
-IndentCaseLabels: false
-
-ColumnLimit: 160
-AlignEscapedNewlinesLeft: true
-ReflowComments: true
-AllowShortCaseLabelsOnASingleLine: true