You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							16 lines
						
					
					
						
							228 B
						
					
					
				
			
		
		
		
			
			
			
				
					
				
				
					
				
			
		
		
	
	
							16 lines
						
					
					
						
							228 B
						
					
					
				
								# editorconfig.org
							 | 
						|
								
							 | 
						|
								root = true
							 | 
						|
								
							 | 
						|
								[*]
							 | 
						|
								charset = utf-8
							 | 
						|
								indent_size = 2
							 | 
						|
								indent_style = tab
							 | 
						|
								end_of_line = lf
							 | 
						|
								trim_trailing_whitespace = true
							 | 
						|
								
							 | 
						|
								[*.md]
							 | 
						|
								trim_trailing_whitespace = false
							 | 
						|
								
							 | 
						|
								[*.{html,css,js,yaml,toml,json}]
							 | 
						|
								indent_size = 4
							 |