mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-22 04:05:31 -04:00
universal7885: import clang format, replace the symlink
Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
This commit is contained in:
parent
f2bb09bac3
commit
6bc1c25485
1 changed files with 14 additions and 1 deletions
|
|
@ -1 +0,0 @@
|
|||
../../../build/soong/scripts/system-clang-format
|
||||
14
universal7885-common/.clang-format
Normal file
14
universal7885-common/.clang-format
Normal 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
|
||||
|
||||
Loading…
Reference in a new issue