re-enable sorting because otherwise the order is different on my other machine

This commit is contained in:
Vinzenz Schroeter 2024-09-07 14:19:18 +02:00
parent aa359cc807
commit 53f05efb3d
2 changed files with 861 additions and 859 deletions

View file

@ -17,9 +17,11 @@ line_endings = "LF"
############################# Codegen Options ################################## ############################# Codegen Options ##################################
style = "both" style = "both"
sort_by = "None"
usize_is_size_t = true 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]
parse_deps = false parse_deps = false