gpt4 book ai didi

c++ - 保存 .cpp 文件时在 vim 中自动格式化代码

转载 作者:行者123 更新时间:2023-11-28 01:36:48 24 4
gpt4 key购买 nike

我读过这个How can I autoformat/indent C code in vim?关于如何格式化 C/C++ 代码,但我想在保存文件时自动格式化代码,例如 vim-go 在保存 Golang 代码时如何调用 gofmt

如何配置我的 vimrc?我正在使用 clang-format,并安装了 vim-clang-format spf13vim 使用 Vundle。

最佳答案

找到了。

  • g:clang_format#detect_style_file

When this variable's value is 1, vim-clang-format automatically detects the style file like .clang-format or _clang-format and applies the style to formatting.

所以这段代码应该在.vimrc中:

let g:clang_format#auto_format=1

关于c++ - 保存 .cpp 文件时在 vim 中自动格式化代码,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48981900/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com