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

2024-05-04 Thread Abdullah Ömer Yamaç
I was confused about the kernel functions. I didn't understand what you meant at first, but now I understand. I will send a new patch with all DPDK-related foreach macros. On Sat, May 4, 2024 at 7:27 PM Stephen Hemminger wrote: > On Sat, 4 May 2024 13:41:35 + > Abdullah Ömer Yamaç wrote:

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

2024-05-04 Thread Stephen Hemminger
On Sat, 4 May 2024 13:41:35 + Abdullah Ömer Yamaç 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 a

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

2024-05-04 Thread Abdullah Ömer Yamaç
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