使用Astyle为QtCreator添加代码自动格式化功能
本文最后更新于:2022年5月29日 上午
配置QtCreator使用Astyle自动格式化代码,养成良好的代码风格习惯。
Step 1: 安装Astyle
先要下载安装Astyle https://sourceforge.net/projects/astyle/files/
下载直接解压缩即可。
Step 2: 添加Beautifier插件
打开Qt Creator,在帮助->关于插件中打开Beautifier插件
Step 3: 配置Astyle
打开工具->选项->Beautifier
设置Astyle的路径
添加自定义风格
自定义风格可以参考官方说明[http://astyle.sourceforge.net/astyle.html#_Brace%20Style%20Options](http://astyle.sourceforge.net/astyle.html#_Brace Style Options)
Finished
以后修改代码后,直接保存即可自动进行格式化啦~~
参考链接:
使用Astyle为QtCreator添加代码自动格式化功能
https://kevinloongc.github.io/posts/7c3ea5fd.html