mirror of
				https://github.com/nyanmisaka/mpp.git
				synced 2025-10-31 12:36:44 +08:00 
			
		
		
		
	 4397cb30ca
			
		
	
	4397cb30ca
	
	
	
		
			
			Signed-off-by: Herman Chen <herman.chen@rock-chips.com> Change-Id: Ic70f3533b6a04d7c5f7e89c385e542f63150db08
		
			
				
	
	
		
			36 lines
		
	
	
		
			580 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			36 lines
		
	
	
		
			580 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # directory setting
 | |
| --recursive
 | |
| --exclude=../build
 | |
| --exclude=../osal/windows/pthread
 | |
| --exclude=../osal/linux/drm.h
 | |
| 
 | |
| # bracket style setting
 | |
| --style=linux
 | |
| #--style=kr
 | |
| 
 | |
| # indent setting
 | |
| --indent=spaces=4
 | |
| --indent-labels
 | |
| #--indent-switches
 | |
| #--indent-preprocessor
 | |
| --min-conditional-indent=0
 | |
| --max-instatement-indent=80
 | |
| 
 | |
| # padding setting
 | |
| #--break-blocks
 | |
| --pad-oper
 | |
| #--pad-first-paren-out
 | |
| --pad-header
 | |
| #--unpad-paren
 | |
| #--align-pointer=name
 | |
| 
 | |
| # formatting setting
 | |
| --keep-one-line-blocks
 | |
| --keep-one-line-statements
 | |
| --convert-tabs
 | |
| 
 | |
| # other setting
 | |
| #--quiet
 | |
| --suffix=none
 | |
| #--lineend=windows
 |