Skip to content

Commit

Permalink
re-enable sorting because otherwise the order is different on my othe…
Browse files Browse the repository at this point in the history
…r machine
  • Loading branch information
kaesaecracker committed Sep 7, 2024
1 parent aa359cc commit 53f05ef
Show file tree
Hide file tree
Showing 2 changed files with 530 additions and 528 deletions.
4 changes: 3 additions & 1 deletion crates/servicepoint_binding_c/cbindgen.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,11 @@ line_endings = "LF"
############################# Codegen Options ##################################

style = "both"
sort_by = "None"
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

Expand Down
Loading

0 comments on commit 53f05ef

Please sign in to comment.