文件名称:AStyle_3.1_windows平台.zip
文件大小:553KB
文件格式:ZIP
更新时间:2022-11-04 02:55:42
astyle c++
VS2010最优: --style=bsd --convert-tabs --indent=spaces=4 --attach-closing-while --indent-switches --indent-namespaces --indent-continuation=4 --indent-preproc-block --indent-preproc-define --indent-col1-comments --pad-oper --unpad-paren --align-pointer=name --align-reference=name --add-braces --add-braces 在'if', 'for', 'while'等句块中只有一行也加入大括号 --indent-preproc-block 预处理 #if 0 这些也缩进 --pad-paren-in 括号里内插入空格 工具 => 选项 => 环境 => 键盘 => "显示命令包含"文本框中, 输入format, 按下Alt + Q, 点击"分配"按钮, 分配快捷键 需要最新的Astyle 3.1, 不然有一些命令不支持 "D:\software\AStyle_2.05.1_windows\AStyle\bin\AStyle.exe" D:\000_code\HNPlugins\01_code\rpt_sys/*.cpp D:\000_code\HNPlugins\01_code\rpt_sys/*.h astyle --ascii --style=bsd --convert-tabs --indent=spaces=4 --attach-closing-while --indent-switches --indent-namespaces --indent-continuation=4 --indent-preproc-block --indent-preproc-define --indent-col1-comments --pad-oper --unpad-paren --align-pointer=name --align-reference=name --add-braces --recursive