From 6d952c28b6842ee81e7f32880fa25d4562ff8d7d Mon Sep 17 00:00:00 2001 From: Paul Keith Date: Mon, 27 Jan 2020 20:19:11 -0600 Subject: [PATCH] hidl: Use common .clang-format file Change-Id: I735e63167c7d5be39b3211bda404b1ebca2227ea --- hidl/{fingerprint => }/.clang-format | 0 hidl/keymaster/.clang-format | 11 ----------- hidl/light/.clang-format | 11 ----------- 3 files changed, 22 deletions(-) rename hidl/{fingerprint => }/.clang-format (100%) delete mode 100644 hidl/keymaster/.clang-format delete mode 100644 hidl/light/.clang-format diff --git a/hidl/fingerprint/.clang-format b/hidl/.clang-format similarity index 100% rename from hidl/fingerprint/.clang-format rename to hidl/.clang-format diff --git a/hidl/keymaster/.clang-format b/hidl/keymaster/.clang-format deleted file mode 100644 index ae4a451..0000000 --- a/hidl/keymaster/.clang-format +++ /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 index ae4a451..0000000 --- a/hidl/light/.clang-format +++ /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 -- 2.20.1