mirror of
				https://codeberg.org/forgejo/forgejo.git
				synced 2025-10-30 22:11:07 +00:00 
			
		
		
		
	**Backport:** https://codeberg.org/forgejo/forgejo/pulls/3739 This text can have different forms in other languages depending on context. The commit also contains a change to .editorconfig to prevent EoF changes when mass-replacing strings, as that causes unintentional merge conflicts with Weblate. Co-authored-by: 0ko <0ko@noreply.codeberg.org> Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/3750 Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org> Co-authored-by: forgejo-backport-action <forgejo-backport-action@noreply.codeberg.org> Co-committed-by: forgejo-backport-action <forgejo-backport-action@noreply.codeberg.org>
		
			
				
	
	
		
			31 lines
		
	
	
	
		
			504 B
		
	
	
	
		
			INI
		
	
	
	
	
	
			
		
		
	
	
			31 lines
		
	
	
	
		
			504 B
		
	
	
	
		
			INI
		
	
	
	
	
	
| root = true
 | |
| 
 | |
| [*]
 | |
| indent_style = space
 | |
| indent_size = 2
 | |
| tab_width = 2
 | |
| end_of_line = lf
 | |
| charset = utf-8
 | |
| trim_trailing_whitespace = true
 | |
| insert_final_newline = true
 | |
| 
 | |
| [*.{go,tmpl,html}]
 | |
| indent_style = tab
 | |
| 
 | |
| [templates/custom/*.tmpl]
 | |
| insert_final_newline = false
 | |
| 
 | |
| [templates/swagger/v1_json.tmpl]
 | |
| indent_style = space
 | |
| 
 | |
| [templates/user/auth/oidc_wellknown.tmpl]
 | |
| indent_style = space
 | |
| 
 | |
| [Makefile]
 | |
| indent_style = tab
 | |
| 
 | |
| [*.svg]
 | |
| insert_final_newline = false
 | |
| 
 | |
| [options/locale/locale_*.ini]
 | |
| insert_final_newline = false
 |