mirror of
				https://github.com/Xahau/xahaud.git
				synced 2025-11-04 10:45:50 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			137 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			137 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
# .pre-commit-config.yaml
 | 
						|
repos:
 | 
						|
- repo: https://github.com/pre-commit/mirrors-clang-format
 | 
						|
  rev: v18.1.3
 | 
						|
  hooks:
 | 
						|
  - id: clang-format
 |