]> git.proxmox.com Git - mirror_iproute2.git/commit
clang-format: add configuration file
authorLeon Romanovsky <leonro@mellanox.com>
Thu, 17 Jan 2019 15:08:01 +0000 (17:08 +0200)
committerDavid Ahern <dsahern@gmail.com>
Thu, 17 Jan 2019 21:38:23 +0000 (13:38 -0800)
commit54a0ade6d4f9dc1f3e4c13c8c9a83c755f0b1045
treea915cc03ea6e01d64a416f788080581733a12a34
parent3d14706e54a89d1d1fd6e29a4eab922e29307527
clang-format: add configuration file

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@mellanox.com>
Signed-off-by: David Ahern <dsahern@gmail.com>
.clang-format [new file with mode: 0644]