美文网首页开发环境搭建
VS Code中更改C/C++代码格式样式

VS Code中更改C/C++代码格式样式

作者: xinyu391 | 来源:发表于2017-12-29 11:17 被阅读855次

    VSCode默认的代码格式风格实在不爽,尤其是大括号换行,对于小屏电脑实在伤不起。

    vs code 默认的 Visual Studio 代码风格

    网上搜索,没有满意答案(说安装eslint那是js的,clang-format本身自带了啊)

    最后研究发现,VS Code支持多种代码风格的,设置里面搜索clang_format

    设置里面搜索clang_format

    除了Visual Studio,还有LLVM,Google,Chromuim, Mozilla, WebKit等格式。

    最后选了Google,WebKit也挺不错。

    相关文章

      网友评论

      • MOGURA:{ BasedOnStyle: Google, IndentWidth: 4 }

      本文标题:VS Code中更改C/C++代码格式样式

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