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

posted @ 2022-01-22 15:24  Na/Sr  阅读(451)  评论(0编辑  收藏  举报