[webkit-dev] astyle for webkit

Mike Emmel mike.emmel at gmail.com
Wed Jun 7 09:48:15 PDT 2006


I came up with some astyle flags that seem close to the webkit requirments.
I'd like to use astyle if possible.

astyle \
--mode=c \
--convert-tabs \
--indent=spaces=4 \
--brackets=linux \
--indent-switches \
--max-instatement-indent=40 \
--min-conditional-indent=4 \
--one-line=keep-statements \
--one-line=keep-blocks \
$@



More information about the webkit-dev mailing list