Files
mpp/tools/astylerc
Johnson Ding dfcdb60707 [tools]: Fix astyle not working problem
Change-Id: I74fdd1da3aaaf5a1c2d854c0c565587f9a878336
Signed-off-by: Johnson Ding <johnson.ding@rock-chips.com>
2023-07-14 10:39:23 +08:00

35 lines
568 B
Plaintext

# directory setting
--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