summaryrefslogtreecommitdiff
path: root/GrallocHAL/.clang-format
diff options
context:
space:
mode:
Diffstat (limited to 'GrallocHAL/.clang-format')
-rw-r--r--GrallocHAL/.clang-format13
1 files changed, 0 insertions, 13 deletions
diff --git a/GrallocHAL/.clang-format b/GrallocHAL/.clang-format
deleted file mode 100644
index 03af56d..0000000
--- a/GrallocHAL/.clang-format
+++ /dev/null
@@ -1,13 +0,0 @@
-BasedOnStyle: Google
-
-AccessModifierOffset: -4
-AlignOperands: false
-AllowShortFunctionsOnASingleLine: Inline
-AlwaysBreakBeforeMultilineStrings: false
-ColumnLimit: 100
-CommentPragmas: NOLINT:.*
-ConstructorInitializerIndentWidth: 6
-ContinuationIndentWidth: 8
-IndentWidth: 4
-PenaltyBreakBeforeFirstCallParameter: 100000
-SpacesBeforeTrailingComments: 1