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: I680b06b216e5069f203352c240553a7595ac5b9a
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
2 files changed
tree: 846f89d3f7c94f59559d4bfd1e1d0f5ce2f33651
  1. subprojects/
  2. watchdog/
  3. .clang-format
  4. .gitignore
  5. checkstop_app.cpp
  6. LICENSE
  7. meson.build
  8. meson.options
  9. OWNERS
  10. README.md
  11. watchdog_timeout.cpp
README.md

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`.