servicepoint/crates/servicepoint_binding_c/cbindgen.toml

26 lines
492 B
TOML
Raw Normal View History

language = "C"
include_version = true
cpp_compat = true
############################ Code Style Options ################################
braces = "SameLine"
line_length = 80
tab_width = 4
documentation = true
documentation_style = "auto"
documentation_length = "full"
line_endings = "LF"
############################# Codegen Options ##################################
style = "both"
sort_by = "Name"
usize_is_size_t = true
[parse]
2024-09-05 21:15:53 +02:00
parse_deps = false
[parse.expand]
2024-06-23 15:42:15 +02:00
all_features = true