Enforce consistent coding styles across different IDEs
This commit is contained in:
		
							parent
							
								
									b3306b7a9e
								
							
						
					
					
						commit
						829b751cf0
					
				
							
								
								
									
										11
									
								
								.editorconfig
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										11
									
								
								.editorconfig
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,11 @@ | |||||||
|  | # Unix-style newlines with a newline ending every file | ||||||
|  | [*] | ||||||
|  | end_of_line = lf | ||||||
|  | insert_final_newline = true | ||||||
|  | max_line_length = 120 | ||||||
|  | trim_trailing_whitespace = true | ||||||
|  | 
 | ||||||
|  | # 2 space indentation | ||||||
|  | [*.rb] | ||||||
|  | indent_style = space | ||||||
|  | indent_size = 2 | ||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user