From 6bc1c25485ddfdc5d8f72fb15445f4602923a17c Mon Sep 17 00:00:00 2001 From: roynatech2544 Date: Sun, 12 Dec 2021 20:18:19 +0900 Subject: [PATCH] universal7885: import clang format, replace the symlink Signed-off-by: roynatech2544 --- universal7885-common/.clang-format | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) mode change 120000 => 100644 universal7885-common/.clang-format diff --git a/universal7885-common/.clang-format b/universal7885-common/.clang-format deleted file mode 120000 index 973b2fa..0000000 --- a/universal7885-common/.clang-format +++ /dev/null @@ -1 +0,0 @@ -../../../build/soong/scripts/system-clang-format \ No newline at end of file diff --git a/universal7885-common/.clang-format b/universal7885-common/.clang-format new file mode 100644 index 0000000..2516c9a --- /dev/null +++ b/universal7885-common/.clang-format @@ -0,0 +1,14 @@ +BasedOnStyle: Google +Standard: Cpp11 +AccessModifierOffset: -2 +AllowShortFunctionsOnASingleLine: Inline +ColumnLimit: 100 +CommentPragmas: NOLINT:.* +DerivePointerAlignment: false +IncludeBlocks: Preserve +IndentWidth: 4 +ContinuationIndentWidth: 8 +PointerAlignment: Left +TabWidth: 4 +UseTab: Never +