On 1/17/19 8:08 AM, Leon Romanovsky wrote: > From: Leon Romanovsky <leonro@xxxxxxxxxxxx> > > The codebase of iproute2 follows Linux kernel coding style, > so it will be very helpful to reuse existing clang configuration > file to reliably format code. > > For more information see kernel commit d4ef8d3ff005 > ("clang-format: add configuration file"). > > Updated upto commit v5.0-rc1 with small number of ForEachMacros. > > Signed-off-by: Leon Romanovsky <leonro@xxxxxxxxxxxx> > --- > .clang-format | 130 ++++++++++++++++++++++++++++++++++++++++++++++++++ > 1 file changed, 130 insertions(+) > create mode 100644 .clang-format > applied to iproute2-next. Thanks