跳至主要內容
C/C++代码格式化

设置方式

打开 文件->首选项->设置, 搜索 C_Cpp.clang_format_style

C_Cpp.clang_format_style
C_Cpp.clang_format_style

Linux 内核排版样式

{ BasedOnStyle: LLVM, IndentWidth: 4, ColumnLimit: 0, UseTab: Never, SortIncludes: false, BreakBeforeBraces: Linux, AllowShortIfStatementsOnASingleLine: false, IndentCaseLabels: false, AlignConsecutiveMacros: true }

马龙伟...小于 1 分钟软件/工具教程C/C++VS Code