Merge pull request 'Pár poznámek k editorconfigu' (!10) from editorconfig into master
Reviewed-on: #10
This commit is contained in:
		
						commit
						d15a8f3880
					
				
					 1 changed files with 6 additions and 3 deletions
				
			
		|  | @ -1,17 +1,20 @@ | |||
| # Univerzální popis našich konvencí pro nastavení editorů. | ||||
| # Vizte https://editorconfig.org pro detaily | ||||
| 
 | ||||
| root = true | ||||
| 
 | ||||
| [*] | ||||
| charset = utf-8 | ||||
| # Unix-y lines | ||||
| # Unixové řádky | ||||
| end_of_line = lf | ||||
| insert_final_newline = true | ||||
| 
 | ||||
| [*.{py,css}] | ||||
| indent_style = tab | ||||
| # I do not think we prescribe, how big a tab is. | ||||
| # Nenařizujeme konkrétní šířku tabulátoru | ||||
| 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] | ||||
| indent_style = space | ||||
| indent_size = 4 | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue