Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5e087e45 authored by Alex Deymo's avatar Alex Deymo
Browse files

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
parent 737325fb
Loading
Loading
Loading
Loading

metricsd/.clang-format

deleted100644 → 0
+1 −10
Original line number Diff line number Diff line
BasedOnStyle: Google
AllowShortFunctionsOnASingleLine: Inline
AllowShortIfStatementsOnASingleLine: false
AllowShortLoopsOnASingleLine: false
BinPackArguments: false
BinPackParameters: false
CommentPragmas: NOLINT:.*
DerivePointerAlignment: false
PointerAlignment: Left
TabWidth: 2

metricsd/.clang-format

0 → 120000
+1 −10
Original line number Diff line number Diff line
../../../build/tools/brillo-clang-format
 No newline at end of file

metricsd/.clang-format

100644 → 120000
+1 −10

File changed.File mode changed from 100644 to 120000.

Contains only whitespace changes.