Move clang-formats to build.
So they can be used by more projects. Bug: 122835115 Test: manual Change-Id: Ifda92ea584e80eeffc3fc8b7fcc6c67cae4156d6
This commit is contained in:
parent
48ad6aea22
commit
e6cc3cfcc8
2 changed files with 2 additions and 20 deletions
|
@ -1,9 +0,0 @@
|
|||
BasedOnStyle: Google
|
||||
AllowShortFunctionsOnASingleLine: Inline
|
||||
ColumnLimit: 100
|
||||
CommentPragmas: NOLINT:.*
|
||||
DerivePointerAlignment: false
|
||||
IndentWidth: 2
|
||||
PointerAlignment: Left
|
||||
TabWidth: 2
|
||||
UseTab: Never
|
1
.clang-format-2
Symbolic link
1
.clang-format-2
Symbolic link
|
@ -0,0 +1 @@
|
|||
../../build/soong/scripts/system-clang-format-2
|
|
@ -1,11 +0,0 @@
|
|||
BasedOnStyle: Google
|
||||
AccessModifierOffset: -2
|
||||
AllowShortFunctionsOnASingleLine: Inline
|
||||
ColumnLimit: 100
|
||||
CommentPragmas: NOLINT:.*
|
||||
DerivePointerAlignment: false
|
||||
IndentWidth: 4
|
||||
ContinuationIndentWidth: 8
|
||||
PointerAlignment: Left
|
||||
TabWidth: 4
|
||||
UseTab: Never
|
1
.clang-format-4
Symbolic link
1
.clang-format-4
Symbolic link
|
@ -0,0 +1 @@
|
|||
../../build/soong/scripts/system-clang-format
|
Loading…
Reference in a new issue