universal7885: import clang format, replace the symlink

Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
This commit is contained in:
roynatech2544 2021-12-12 20:18:19 +09:00
commit 6bc1c25485
No known key found for this signature in database
GPG key ID: 9675C32163D88D30

View file

@ -1 +0,0 @@
../../../build/soong/scripts/system-clang-format

View file

@ -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