hidl: Use common .clang-format file
authorPaul Keith <javelinanddart@gmail.com>
Tue, 28 Jan 2020 02:19:11 +0000 (20:19 -0600)
committerPaul Keith <javelinanddart@gmail.com>
Tue, 28 Jan 2020 02:19:11 +0000 (20:19 -0600)
Change-Id: I735e63167c7d5be39b3211bda404b1ebca2227ea

hidl/.clang-format [new file with mode: 0644]
hidl/fingerprint/.clang-format [deleted file]
hidl/keymaster/.clang-format [deleted file]
hidl/light/.clang-format [deleted file]

diff --git a/hidl/.clang-format b/hidl/.clang-format
new file mode 100644 (file)
index 0000000..ae4a451
--- /dev/null
@@ -0,0 +1,11 @@
+BasedOnStyle: Google
+AccessModifierOffset: -2
+AllowShortFunctionsOnASingleLine: Inline
+ColumnLimit: 100
+CommentPragmas: NOLINT:.*
+DerivePointerAlignment: false
+IndentWidth: 4
+PointerAlignment: Left
+TabWidth: 4
+UseTab: Never
+PenaltyExcessCharacter: 32
diff --git a/hidl/fingerprint/.clang-format b/hidl/fingerprint/.clang-format
deleted file mode 100644 (file)
index ae4a451..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-BasedOnStyle: Google
-AccessModifierOffset: -2
-AllowShortFunctionsOnASingleLine: Inline
-ColumnLimit: 100
-CommentPragmas: NOLINT:.*
-DerivePointerAlignment: false
-IndentWidth: 4
-PointerAlignment: Left
-TabWidth: 4
-UseTab: Never
-PenaltyExcessCharacter: 32
diff --git a/hidl/keymaster/.clang-format b/hidl/keymaster/.clang-format
deleted file mode 100644 (file)
index ae4a451..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-BasedOnStyle: Google
-AccessModifierOffset: -2
-AllowShortFunctionsOnASingleLine: Inline
-ColumnLimit: 100
-CommentPragmas: NOLINT:.*
-DerivePointerAlignment: false
-IndentWidth: 4
-PointerAlignment: Left
-TabWidth: 4
-UseTab: Never
-PenaltyExcessCharacter: 32
diff --git a/hidl/light/.clang-format b/hidl/light/.clang-format
deleted file mode 100644 (file)
index ae4a451..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-BasedOnStyle: Google
-AccessModifierOffset: -2
-AllowShortFunctionsOnASingleLine: Inline
-ColumnLimit: 100
-CommentPragmas: NOLINT:.*
-DerivePointerAlignment: false
-IndentWidth: 4
-PointerAlignment: Left
-TabWidth: 4
-UseTab: Never
-PenaltyExcessCharacter: 32