gpt4 book ai didi

visual-studio-code - 如何在每个工作区中配置没有 .clang-format 文件的 clang 格式?

转载 作者:行者123 更新时间:2023-12-04 15:53:52 25 4
gpt4 key购买 nike

我想配置 clang-format 而不必复制我的 .clang-format文件到每个新工作区。

在我的 settings.json我目前有

"C_Cpp.clang_format_style": "{BasedOnStyle: Google, IndentWidth: 4, IndentCaseLabels: false, TabWidth: 4, UseTab: ForIndentation, ColumnLimit: 0}",
"C_Cpp.clang_format_fallbackStyle": "Google"
C_Cpp.clang_format_style 的说明说

Coding style, currently supports: Visual Studio, LLVM, Google, Chromium, Mozilla, WebKit. Use "file" to load the style from a .clang-format file in the current or parent directory. Use "{key: value, ...}" to set specific parameters, e.g.: "{ BasedOnStyle: LLVM, IndentWidth: 8 }"



这让我觉得我的方法行得通,但事实并非如此。当我使用自动格式时,它总是使用 Google fallbackStyle。

这是不可能的还是我在这里做错了什么?

最佳答案

我刚刚遇到了同样的问题,发现您使用的方法(我只更改了格式)

"C_Cpp.clang_format_style": "{BasedOnStyle: Google, 
IndentWidth: 4,
IndentCaseLabels: false,
TabWidth: 4, UseTab: ForIndentation,
ColumnLimit: 0}",

确实有效。

关于visual-studio-code - 如何在每个工作区中配置没有 .clang-format 文件的 clang 格式?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40380136/

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