Add editorconfig, describing what indenting style to use.
See http://editorconfig.org/ for more info.
This commit is contained in:
		
							parent
							
								
									eccd0d05b5
								
							
						
					
					
						commit
						a524adc698
					
				
					 1 changed files with 14 additions and 0 deletions
				
			
		
							
								
								
									
										14
									
								
								.editorconfig
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										14
									
								
								.editorconfig
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,14 @@ | ||||||
|  | # EditorConfig is awesome: http://EditorConfig.org | ||||||
|  | 
 | ||||||
|  | # top-most EditorConfig file | ||||||
|  | root = true | ||||||
|  | 
 | ||||||
|  | [*.{c,cpp,h,hpp,m}] | ||||||
|  | indent_style = tab | ||||||
|  | indent_size = 4 | ||||||
|  | end_of_line = lf | ||||||
|  | 
 | ||||||
|  | [*.cs] | ||||||
|  | indent_style = space | ||||||
|  | indent_size = 4 | ||||||
|  | end_of_line = lf | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue