mirror of
https://github.com/cccb/servicepoint.git
synced 2025-01-18 18:10:14 +01:00
37 lines
788 B
TOML
37 lines
788 B
TOML
language = "C"
|
|
include_version = true
|
|
cpp_compat = true
|
|
|
|
autogen_warning = "/* Warning, this file is autogenerated by cbindgen. Don't modify this manually. */"
|
|
|
|
############################ 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"
|
|
usize_is_size_t = true
|
|
|
|
# this is needed because otherwise the order in the C# bindings is different on different machines
|
|
sort_by = "Name"
|
|
|
|
[parse]
|
|
parse_deps = false
|
|
|
|
[parse.expand]
|
|
all_features = true
|
|
|
|
[export]
|
|
include = []
|
|
exclude = []
|
|
|
|
[enum]
|
|
rename_variants = "QualifiedScreamingSnakeCase"
|