mirror of
				https://github.com/PaddlePaddle/FastDeploy.git
				synced 2025-10-31 03:46:40 +08:00 
			
		
		
		
	 beddcba900
			
		
	
	beddcba900
	
	
	
		
			
			* [docs] format docs with markdown with language tags * [docs][win] add windows c++ sdk demo * [docs][win] add windows c++ sdk demo to examples * [docs][api] update runtime_option docs
		
			
				
	
	
	
		
			390 B
		
	
	
	
	
	
	
	
			
		
		
	
	
			390 B
		
	
	
	
	
	
	
	
代码提交说明
FastDeploy使用clang-format, cpplint检查和格式化代码,提交代码前,需安装pre-commit
git clone https://github.com/PaddlePaddle/FastDeploy.git
cd FastDeploy
git checkout develop
pip install pre-commit
pip install yapf
pip install cpplint
pre-commit install
commit代码时,若提示无法找到clang-format,请自行安装clang-format