[PATCH v2] devtools: add .clang-format file

Stephen Hemminger stephen at networkplumber.org
Sat May 4 18:27:32 CEST 2024


On Sat,  4 May 2024 13:41:35 +0000
Abdullah Ömer Yamaç <aomeryamac at gmail.com> wrote:

> clang-format is a tool to format C/C++/Objective-C code. It can be used
> to reformat code to match a given coding style, or to ensure that code
> adheres to a specific coding style. It helps to maintain a consistent
> coding style across the DPDK codebase.
> 
> .clang-format file overrides the default style options provided by
> clang-format and large set of IDEs and text editors support it.
> 
> Signed-off-by: Abdullah Ömer Yamaç <aomeryamac at gmail.com>

You need to add the ForEachMacros: I sent in earlier email



More information about the dev mailing list