mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-04 05:28:59 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			23 lines
		
	
	
		
			419 B
		
	
	
	
		
			INI
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			419 B
		
	
	
	
		
			INI
		
	
	
	
	
	
root = true
 | 
						|
 | 
						|
[*.{js,ts}]
 | 
						|
charset = utf-8
 | 
						|
end_of_line = lf
 | 
						|
indent_size = 4
 | 
						|
indent_style = space
 | 
						|
insert_final_newline = true
 | 
						|
trim_trailing_whitespace = true
 | 
						|
 | 
						|
[{server,translation}.json]
 | 
						|
charset = utf-8
 | 
						|
end_of_line = lf
 | 
						|
indent_size = 2
 | 
						|
indent_style = space
 | 
						|
insert_final_newline = true
 | 
						|
trim_trailing_whitespace = true
 | 
						|
 | 
						|
[*.yml]
 | 
						|
indent_size = 2
 | 
						|
indent_style = space
 | 
						|
insert_final_newline = true
 | 
						|
trim_trailing_whitespace = true |