mirror of
https://github.com/nyanmisaka/mpp.git
synced 2025-10-23 17:13:07 +08:00
[tools]: change astylerc from dos to unix
git-svn-id: https://10.10.10.66:8443/svn/MediaProcessPlatform/trunk/mpp@94 6e48237b-75ef-9749-8fc9-41990f28c85a
This commit is contained in:
@@ -1,34 +1,34 @@
|
|||||||
# directory setting
|
# directory setting
|
||||||
--recursive
|
--recursive
|
||||||
--exclude=../build
|
--exclude=../build
|
||||||
--exclude=../osal/window/pthread
|
--exclude=../osal/window/pthread
|
||||||
|
|
||||||
# bracket style setting
|
# bracket style setting
|
||||||
--style=linux
|
--style=linux
|
||||||
#--style=kr
|
#--style=kr
|
||||||
|
|
||||||
# indent setting
|
# indent setting
|
||||||
--indent=spaces=4
|
--indent=spaces=4
|
||||||
--indent-labels
|
--indent-labels
|
||||||
#--indent-switches
|
#--indent-switches
|
||||||
--indent-preprocessor
|
--indent-preprocessor
|
||||||
--min-conditional-indent=0
|
--min-conditional-indent=0
|
||||||
--max-instatement-indent=80
|
--max-instatement-indent=80
|
||||||
|
|
||||||
# padding setting
|
# padding setting
|
||||||
#--break-blocks
|
#--break-blocks
|
||||||
--pad-oper
|
--pad-oper
|
||||||
#--pad-first-paren-out
|
#--pad-first-paren-out
|
||||||
--pad-header
|
--pad-header
|
||||||
#--unpad-paren
|
#--unpad-paren
|
||||||
#--align-pointer=name
|
#--align-pointer=name
|
||||||
|
|
||||||
# formatting setting
|
# formatting setting
|
||||||
--keep-one-line-blocks
|
--keep-one-line-blocks
|
||||||
--keep-one-line-statements
|
--keep-one-line-statements
|
||||||
--convert-tabs
|
--convert-tabs
|
||||||
|
|
||||||
# other setting
|
# other setting
|
||||||
#--quiet
|
#--quiet
|
||||||
--suffix=none
|
--suffix=none
|
||||||
--lineend=windows
|
#--lineend=windows
|
||||||
|
Reference in New Issue
Block a user