Astyle是一个用来对C/C++代码进行格式化的 Eclipse 插件,可在 Eclipse CDT 环境中使用。该插件基于 Artistic Style 开发。

官网下载地址:http://astyle.sourceforge.net/

 

KEIL 插件

当前文件:

!E –style=ansi -s4 -K -W -p -H -xC80 -S -m0 -M40 -c

全部文件:

"$E*.c" "$E*.h" –style=ansi -s4 -K -W -p -H -xC80 -S -m0 -c

 

这时再点击Tools

KEIL 插件

相关文章:

  • 2021-10-09
  • 2021-11-10
  • 2022-12-23
  • 2022-12-23
  • 2021-10-06
  • 2022-01-16
  • 2021-06-06
  • 2021-08-04
猜你喜欢
  • 2021-09-23
  • 2022-01-22
  • 2021-04-10
  • 2021-05-15
  • 2021-10-04
  • 2021-07-22
  • 2021-09-13
相关资源
相似解决方案