2024-05-12 21:14:23 +02:00
|
|
|
language = "C"
|
|
|
|
include_version = true
|
|
|
|
cpp_compat = true
|
|
|
|
|
2024-09-07 13:22:41 +02:00
|
|
|
autogen_warning = "/* Warning, this file is autogenerated by cbindgen. Don't modify this manually. */"
|
|
|
|
|
2024-05-12 21:14:23 +02:00
|
|
|
############################ 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"
|
2024-09-07 13:22:41 +02:00
|
|
|
sort_by = "None"
|
2024-05-12 21:14:23 +02:00
|
|
|
usize_is_size_t = true
|
|
|
|
|
2024-05-25 11:16:37 +02:00
|
|
|
[parse]
|
2024-09-05 21:15:53 +02:00
|
|
|
parse_deps = false
|
2024-05-25 11:16:37 +02:00
|
|
|
|
2024-05-12 21:14:23 +02:00
|
|
|
[parse.expand]
|
2024-06-23 15:42:15 +02:00
|
|
|
all_features = true
|
2024-09-07 13:22:41 +02:00
|
|
|
|
|
|
|
[export]
|
|
|
|
include = []
|
|
|
|
exclude = []
|