mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-11-04 06:56:14 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			204 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			204 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
# Matches rustfmt.toml of rustc
 | 
						|
style_edition = "2024"
 | 
						|
use_small_heuristics = "Max"
 | 
						|
merge_derives = false
 | 
						|
group_imports = "StdExternalCrate"
 | 
						|
imports_granularity = "Module"
 | 
						|
use_field_init_shorthand = true
 |