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

2024-10-07 Thread Stephen Hemminger
On Thu, 16 May 2024 08:20:51 + 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

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

2024-05-17 Thread Bruce Richardson
On Thu, May 16, 2024 at 08:20:51AM +, 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 st

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

2024-05-16 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