* format: fix markdown * update: fix markdown * update: fix cron problems * update: delete .markdownlintignore * update * chore: add tab -> 4 space * chore: fix tab -> 2 in the .editorconfig
		
			
				
	
	
		
			8 lines
		
	
	
		
			108 B
		
	
	
	
		
			INI
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			108 B
		
	
	
	
		
			INI
		
	
	
	
	
	
root = true
 | 
						|
 | 
						|
[./docs/*.md]
 | 
						|
charset = utf-8
 | 
						|
indent_style = space
 | 
						|
indent_size = 2
 | 
						|
insert_final_newline = true
 |