赞
踩
1、更新homebrew资源
brew update
2、安装clang-format
brew install clang-format
# 安装成功后,可通过此命令知道clang-format路径,后面需要用到:
which clang-format
3、配置Goland
Arguments填的内容:
-style="{BasedOnStyle: Google, IndentWidth: 4, ColumnLimit: 0, AlignConsecutiveAssignments: true, AlignConsecutiveAssignments: true}"
-i
$FilePath$
4、保存Goland配置并重启Goland,在某个proto文件中输入一个空格,代码即可立即被格式化
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。