跳至主要內容

C/C++代码格式化

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

设置方式

打开 文件->首选项->设置, 搜索 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 }

Google排版方式

{BasedOnStyle: Google,UseTab: Never, IndentWidth: 4, TabWidth: 4, SortIncludes: false, AlignConsecutiveMacros : true,ColumnLimit: 100}
你认为这篇文章怎么样?
  • 0
  • 0
  • 0
  • 0
  • 0
  • 0
评论
  • 按正序
  • 按倒序
  • 按热度
Powered by Waline v2.15.5