跳转至

VS Code Clang 语法格式化配置

待优化!

基于 Visual Studio

{
  IndentWidth: 4, 
  IndentCaseLabels: true,
  ColumnLimit: 120,
  NamespaceIndentation: All, 
  IndentAccessModifiers: false, 
  AccessModifierOffset: -4, 
  AlignTrailingComments: true,
  AlwaysBreakTemplateDeclarations: true
}

- IndentWidth: 缩进4格