servo/ports/libsimpleservo/capi/cbindgen.toml
Samson c0bee7cb86
Format toml files (#30112)
* Add taplo fmt config for toml fmt

* fmt toml files

* Add even-better-toml to extensions recommendations
2023-08-17 15:07:43 +00:00

8 lines
150 B
TOML

language = "C"
include_guard = "simpleservo_h"
cpp_compat = true
tab_width = 4
documentation_style = "c99"
[export]
exclude = ["OutputDebugStringA"]