mirror of
				https://gitea.blesmrt.net/mikaela/shell-things.git
				synced 2025-10-31 01:17:20 +01:00 
			
		
		
		
	.editorconfig: line lengths don't matter for csv or tsv
This commit is contained in:
		
							parent
							
								
									a00dd239cf
								
							
						
					
					
						commit
						1feed4ea3f
					
				| @ -36,6 +36,9 @@ trim_trailing_whitespace = false | ||||
| indent_style = space | ||||
| indent_size = 2 | ||||
| 
 | ||||
| [*.csv] | ||||
| max_line_length = | ||||
| 
 | ||||
| # Markdown apparently allows linebreaks by two trailing spaces, while I | ||||
| # never seem to do that, maybe I should accept it | ||||
| [{LICENSE,*.{markdown,md}}] | ||||
| @ -70,6 +73,7 @@ indent_style = tab | ||||
| indent_size = tab | ||||
| # empty last columns/fields | ||||
| trim_trailing_whitespace = false | ||||
| max_line_length = | ||||
| 
 | ||||
| # RFC 678 | ||||
| #[*.txt] | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user