C语言格式化文件配置

.clang-format BasedOnStyle: LLVM IndentWidth: 4 UseTab: Never ColumnLimit: 80 PointerAlignment: Left BreakBeforeBraces: Attach AllowShortLoopsOnASingleLine: true AllowShortIfStatementsOnASingleLine...

C语言