mirror of
https://github.com/cccb/servicepoint.git
synced 2025-01-18 10:00:14 +01:00
re-enable sorting because otherwise the order is different on my other machine
This commit is contained in:
parent
aa359cc807
commit
53f05efb3d
|
@ -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
|
||||||
|
|
||||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue