当前位置:   article > 正文

Mac安装clang-format_mac安装clang-format 14.0.6

mac安装clang-format 14.0.6

巨人的肩膀:

GoLand文件格式化配置

操作步骤:

1、更新homebrew资源

brew update
  • 1

2、安装clang-format

brew install clang-format

# 安装成功后,可通过此命令知道clang-format路径,后面需要用到:
which clang-format
  • 1
  • 2
  • 3
  • 4

3、配置Goland
在这里插入图片描述
Arguments填的内容:

-style="{BasedOnStyle: Google, IndentWidth: 4, ColumnLimit: 0, AlignConsecutiveAssignments: true, AlignConsecutiveAssignments: true}"
-i
$FilePath$
  • 1
  • 2
  • 3

4、保存Goland配置并重启Goland,在某个proto文件中输入一个空格,代码即可立即被格式化

声明:本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:【wpsshop博客】
推荐阅读
  

闽ICP备14008679号