Pár poznámek k editorconfigu #10
					 1 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
					@ -5,16 +5,16 @@ root = true
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[*]
 | 
					[*]
 | 
				
			||||||
charset = utf-8
 | 
					charset = utf-8
 | 
				
			||||||
# Unix-y lines
 | 
					# Unixové řádky
 | 
				
			||||||
end_of_line = lf
 | 
					end_of_line = lf
 | 
				
			||||||
insert_final_newline = true
 | 
					insert_final_newline = true
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[*.{py,css}]
 | 
					[*.{py,css}]
 | 
				
			||||||
indent_style = tab
 | 
					indent_style = tab
 | 
				
			||||||
# I do not think we prescribe, how big a tab is.
 | 
					# Nenařizujeme konkrétní šířku tabulátoru
 | 
				
			||||||
indent_size = unset
 | 
					indent_size = unset
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Migrations are auto-generated and thus follow PEP-8, let's not fight with that
 | 
					# Automaticky generované migrace dodržují PEP-8, nemá smysl s tím moc bojovat.
 | 
				
			||||||
[*/migrations/*.py]
 | 
					[*/migrations/*.py]
 | 
				
			||||||
indent_style = space
 | 
					indent_style = space
 | 
				
			||||||
indent_size = 4
 | 
					indent_size = 4
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue