9 lines
		
	
	
	
		
			179 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
	
		
			179 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| # SPDX-FileCopyrightText: 2025 Tobias Schmidl
 | |
| #
 | |
| # SPDX-License-Identifier: AGPL-3.0-or-later
 | |
| 
 | |
| ---
 | |
| BasedOnStyle: Microsoft
 | |
| AlwaysBreakTemplateDeclarations: true
 | |
| IndentWidth: 4
 | |
| ...
 |