re-enable sorting because otherwise the order is different on my other machine
This commit is contained in:
		
							parent
							
								
									aa359cc807
								
							
						
					
					
						commit
						53f05efb3d
					
				
					 2 changed files with 861 additions and 859 deletions
				
			
		|  | @ -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 | ||||
| 
 | ||||
|  |  | |||
										
											
												File diff suppressed because it is too large
												Load diff
											
										
									
								
							
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Vinzenz Schroeter
						Vinzenz Schroeter