clang-format: update latest spec and reformat

Copy the latest format file from the docs repository and apply.

Change-Id: Id6ec8ebfc4a679df846e80b35274848b5a8a8866
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
1 file changed
tree: 635e658014c9d5feed681f4d8fb79a6e20458b92
  1. dump/
  2. subprojects/
  3. watchdog/
  4. .clang-format
  5. .gitignore
  6. .shellcheck-ignore
  7. checkstop_app.cpp
  8. LICENSE
  9. meson.build
  10. meson.options
  11. OWNERS
  12. README.md
  13. watchdog_timeout.cpp
README.md

openpower-debug-collector

Building the Code

To build this package, do the following steps:

    1. meson build
    2. ninja -C build

To clean the repository run `rm -rf build`.