mirror of
				https://github.com/Xahau/xahaud.git
				synced 2025-11-04 02:35:48 +00:00 
			
		
		
		
	* Update pull_request_template.md * strip out unused files * Update CONTRIBUTING.md * fix docker * remove conan stuff * update license * update hook directory * Delete .codecov.yml * Update .dockerignore * Update genesis.json * update validator list example * Update rippled-standalone.cfg * Update CONTRIBUTING.md
		
			
				
	
	
		
			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: v10.0.1
 | 
						|
  hooks:
 | 
						|
  - id: clang-format
 |