C语言格式化文件配置
·2 字·1 分钟阅读
C语言
.clang-format
BasedOnStyle: LLVM
IndentWidth: 4
UseTab: Never
ColumnLimit: 80
PointerAlignment: Left
BreakBeforeBraces: Attach
AllowShortLoopsOnASingleLine: true
AllowShortIfStatementsOnASingleLine: true
AllowShortFunctionsOnASingleLine: InlineOnly
SortIncludes: true
AlignTrailingComments: true