* Adds KTLint as a GitHub action * Adds KTLint to the gradle project for IDE integration * Adds .editorconfig to configure KTLint (android/)
		
			
				
	
	
		
			6 lines
		
	
	
		
			108 B
		
	
	
	
		
			INI
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			108 B
		
	
	
	
		
			INI
		
	
	
	
	
	
[*.{kt,kts}]
 | 
						|
indent_size=2
 | 
						|
insert_final_newline=true
 | 
						|
max_line_length=off
 | 
						|
disabled_rules=no-wildcard-imports
 |