samsung: Replace clang-format with symlink.
authorSteven Moreland <smoreland@google.com>
Wed, 16 Jan 2019 00:56:32 +0000 (16:56 -0800)
committerJan Altensen <info@stricted.net>
Fri, 31 Jan 2020 14:51:25 +0000 (15:51 +0100)
Automatic consistency.

Bug: 122835115
Test: manual
Change-Id: I6583f9f7923a822aa11f1839fbf375c1063a89c6

.clang-format [new symlink]
hidl/fingerprint/.clang-format [deleted file]
hidl/keymaster/.clang-format [deleted file]
hidl/light/.clang-format [deleted file]
hidl/livedisplay/.clang-format [deleted file]
hidl/radio/1.3/.clang-format [deleted file]
hidl/touch/.clang-format [deleted file]

diff --git a/.clang-format b/.clang-format
new file mode 120000 (symlink)
index 0000000..ddcf5a2
--- /dev/null
@@ -0,0 +1 @@
+../../build/soong/scripts/system-clang-format
\ No newline at end of file
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
diff --git a/hidl/livedisplay/.clang-format b/hidl/livedisplay/.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/radio/1.3/.clang-format b/hidl/radio/1.3/.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/touch/.clang-format b/hidl/touch/.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