keil 添加Artistic Style实现代码的格式化
官网 http://astyle.sourceforge.net/
下载后,打开keil软件
格式化当前文件
-n !E --style=ansi -p -s2 -S -f -xW -w -xw --attach-closing-while
格式化工程所有文件
-n "$E*.c" "$E*.h" --style=ansi -p -s2 -S -f -xW -w -xw -R --attach-closing-while
保存后,
点击TOOLS,选择添加的配置选项“格式化当前文件”即可
Talk is cheap, show me the code