mbox

[RFC,0/2] add clang-format infrastructure

Message ID 20230322170655.45166-1-stephen@networkplumber.org (mailing list archive)
Headers

Message

Stephen Hemminger March 22, 2023, 5:06 p.m. UTC
  This is first draft of how to use clang format when doing
DPDK drivers and libraries.

Stephen Hemminger (2):
  Add clang format file
  doc: add clang-format documentation

 .clang-format                            | 181 ++++++++++++++++++++++
 doc/guides/contributing/clang-format.rst | 184 +++++++++++++++++++++++
 doc/guides/contributing/index.rst        |   1 +
 3 files changed, 366 insertions(+)
 create mode 100644 .clang-format
 create mode 100644 doc/guides/contributing/clang-format.rst