| 
									
										
										
										
											2015-08-10 23:50:02 +08:00
										 |  |  | # http://editorconfig.org | 
					
						
							|  |  |  | root = true | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-08-24 19:40:19 +08:00
										 |  |  | [*] | 
					
						
							|  |  |  | indent_style = space | 
					
						
							|  |  |  | indent_size = 2 | 
					
						
							| 
									
										
										
										
											2016-03-08 21:31:31 +08:00
										 |  |  | charset = utf-8 | 
					
						
							|  |  |  | trim_trailing_whitespace = true | 
					
						
							|  |  |  | insert_final_newline = true | 
					
						
							| 
									
										
										
										
											2017-12-21 15:39:31 +08:00
										 |  |  | max_line_length = 120 | 
					
						
							| 
									
										
										
										
											2016-03-08 21:31:31 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-08-24 19:40:19 +08:00
										 |  |  | [*.go] | 
					
						
							|  |  |  | indent_style = tab | 
					
						
							|  |  |  | indent_size = 4 | 
					
						
							| 
									
										
										
										
											2015-08-10 23:50:02 +08:00
										 |  |  | charset = utf-8 | 
					
						
							|  |  |  | trim_trailing_whitespace = true | 
					
						
							|  |  |  | insert_final_newline = true | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | [*.md] | 
					
						
							|  |  |  | trim_trailing_whitespace = false | 
					
						
							| 
									
										
										
										
											2019-03-28 00:53:49 +08:00
										 |  |  | 
 | 
					
						
							|  |  |  | [Makefile] | 
					
						
							|  |  |  | indent_style = tab | 
					
						
							|  |  |  | indent_size = 2 |