clang-format: copy latest and re-format

clang-format-17 has some backwards incompatible changes that require
additional settings for best compatibility and re-running the formatter.
Copy the latest .clang-format from the docs repository and reformat the
repository.

Change-Id: I3a511d2180b4f77d727275df11a4804d13bce05d
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
1 file changed
tree: 06e00fe66cfdbf500a33d94a4009cdf9093c27c1
  1. scripts/
  2. subprojects/
  3. .clang-format
  4. .gitignore
  5. fru_area.cpp
  6. fru_area.hpp
  7. frup.cpp
  8. frup.hpp
  9. LICENSE
  10. meson.build
  11. meson.options
  12. OWNERS
  13. readeeprom.cpp
  14. README.md
  15. strgfnhandler.cpp
  16. types.hpp
  17. writefrudata.cpp
  18. writefrudata.hpp
README.md

ipmi-fru-parser

Building

To build this package, do the following steps:

meson setup builddir
ninja -C builddir