mirror of
				https://github.com/XRPLF/rippled.git
				synced 2025-11-04 11:15:56 +00:00 
			
		
		
		
	The change updates how clang-format is called in CI and locally, and adds prettier to the pre-commit hook. Proto files are now also formatted, while external files are excluded.
		
			
				
	
	
		
			19 lines
		
	
	
		
			338 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			338 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "architecture": [
 | 
						|
    {
 | 
						|
      "platform": "windows/amd64",
 | 
						|
      "runner": ["windows-latest"]
 | 
						|
    }
 | 
						|
  ],
 | 
						|
  "os": [
 | 
						|
    {
 | 
						|
      "distro_name": "windows",
 | 
						|
      "distro_version": "",
 | 
						|
      "compiler_name": "",
 | 
						|
      "compiler_version": ""
 | 
						|
    }
 | 
						|
  ],
 | 
						|
  "build_type": ["Debug", "Release"],
 | 
						|
  "cmake_args": ["-Dunity=OFF", "-Dunity=ON"]
 | 
						|
}
 |