Update the cbindgen toml to re-enable clang-format check

Change-Id: I826b172087a09111c4f9934794f2a5c9e195e1ad
GitOrigin-RevId: ed65bc8643bf5e909760dc632d856048e8aace62
This commit is contained in:
Cindy Liu
2022-06-27 17:03:54 -07:00
committed by Sam Leffler
parent b2bd86e43b
commit 70b86c9c84
14 changed files with 21 additions and 14 deletions

View File

@@ -1,6 +1,6 @@
language = "C"
include_guard = "__ML_COORDINATOR_BINDINGS_H__"
autogen_warning = "/* Warning, this file is autogenerated by cbindgen. Don't modify this manually. */"
autogen_warning = "/* Warning, this file is autogenerated by cbindgen. Don't modify this manually.\n */"
no_includes = true
includes = ["CamkesBindings.h"]