Clang-Format 个人常用配置

Clang-Format 个人常用配置

本文记录 Clang-Format 个人常用配置。

欲了解更多配置选项,可查阅 官方文档

BasedOnStyle: Google

AccessModifierOffset: -2
AllowShortFunctionsOnASingleLine: Empty
AllowShortIfStatementsOnASingleLine: Never
AllowShortLoopsOnASingleLine: false
ColumnLimit: 120
Cpp11BracedListStyle: false
DerivePointerAlignment: false
IndentWidth: 4

转载请注明出处。原文地址:https://www.cnblogs.com/na-sr/p/clang-format.html

上一篇:一条指令优化引发的血案,性能狂掉50%,clang使用-ffast-math选项后变傻了


下一篇:Guava 学习笔记之 Preconditions