Add .clang-format symlink to Brillo's clang-format.
This patch replaces the locally defined clang-format with a symlink to the one defined in build/tools. Bug: 27121653 TEST=Ran clang-format. Change-Id: I8810428d12b60c7463bc7f9a96228600ec8b425d
This commit is contained in:
parent
737325fb7c
commit
5e087e451c
|
@ -1,10 +0,0 @@
|
|||
BasedOnStyle: Google
|
||||
AllowShortFunctionsOnASingleLine: Inline
|
||||
AllowShortIfStatementsOnASingleLine: false
|
||||
AllowShortLoopsOnASingleLine: false
|
||||
BinPackArguments: false
|
||||
BinPackParameters: false
|
||||
CommentPragmas: NOLINT:.*
|
||||
DerivePointerAlignment: false
|
||||
PointerAlignment: Left
|
||||
TabWidth: 2
|
|
@ -0,0 +1 @@
|
|||
../../../build/tools/brillo-clang-format
|
Loading…
Reference in New Issue