美文网首页
source insight下使用Astyle调整代码格式

source insight下使用Astyle调整代码格式

作者: 43h | 来源:发表于2017-08-28 16:34 被阅读0次

    自己写代码难免会有格式不规范
    从网上下载代码,难免编程风格跟自己的不同。

    在source insignt下面配置Astyle,可以自动调整代码格式。

    在菜单栏选择 options 或者 Tools
    找到Custom Commands

    image.png

    点击ADD,增加一个新名字
    run下面添加"path\Astyle.txt" -option %f
    我的SI配置如下 D:\Program Files (x86)\Astyle\AStyle.exe" -A1 -s4 -t4 -xl -C -xW -S -N -L -xV -xw -Y -p -U -k3 -W3 -n %f

    点击key,配置你顺手的快捷键。
    直接按快捷键就能调整代码格式了。
    官方下载和教程都有,需要的自己看。

    相关文章

      网友评论

          本文标题:source insight下使用Astyle调整代码格式

          本文链接:https://www.haomeiwen.com/subject/rwsgdxtx.html