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 +