Replace clang-format with symlink.
Automatic consistency. Bug: 122835115 Test: manual Change-Id: I3ca92906c3bde25d3314ea3da91f1c42d09332f4
This commit is contained in:
parent
d3ec871017
commit
65e2b23220
1 changed files with 1 additions and 15 deletions
|
@ -1,15 +0,0 @@
|
||||||
# https://clang.llvm.org/docs/ClangFormatStyleOptions.html
|
|
||||||
# Please keep this file in sync with system/core/.clang-format-4
|
|
||||||
#
|
|
||||||
BasedOnStyle: Google
|
|
||||||
AccessModifierOffset: -2
|
|
||||||
AllowShortFunctionsOnASingleLine: Inline
|
|
||||||
BreakBeforeTernaryOperators: true
|
|
||||||
ColumnLimit: 100
|
|
||||||
CommentPragmas: NOLINT:.*
|
|
||||||
DerivePointerAlignment: false
|
|
||||||
IndentWidth: 4
|
|
||||||
ContinuationIndentWidth: 4
|
|
||||||
PointerAlignment: Left
|
|
||||||
TabWidth: 4
|
|
||||||
UseTab: Never
|
|
1
.clang-format
Symbolic link
1
.clang-format
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
../../build/soong/scripts/system-clang-format
|
Loading…
Reference in a new issue