2024-05-12 21:14:23 +02:00
|
|
|
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
|
|
|
|
|
|
|
|
[defines]
|
2024-05-26 13:15:11 +02:00
|
|
|
#"feature = compression_zlib" = "SP_FEATURE_compression_zlib"
|
|
|
|
#"feature = compression_bzip2" = "SP_FEATURE_compression_bzip2"
|
|
|
|
#"feature = compression_lzma" = "SP_FEATURE_compression_lzma"
|
|
|
|
#"feature = compression_zstd" = "SP_FEATURE_compression_zstd"
|
2024-05-12 21:14:23 +02:00
|
|
|
|
|
|
|
[export]
|
2024-05-26 13:15:11 +02:00
|
|
|
prefix = "sp_"
|
2024-05-12 21:14:23 +02:00
|
|
|
|
2024-05-25 11:16:37 +02:00
|
|
|
[parse]
|
2024-05-26 13:15:11 +02:00
|
|
|
parse_deps = true
|
|
|
|
include = ["servicepoint"]
|
|
|
|
extra_bindings = ["servicepoint"]
|
2024-05-25 11:16:37 +02:00
|
|
|
|
2024-05-12 21:14:23 +02:00
|
|
|
[parse.expand]
|
2024-05-26 13:15:11 +02:00
|
|
|
#all_features = true
|