其他分享
首页 > 其他分享> > Clang-Format 个人常用配置

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

标签:常用,false,个人,Format,配置,Clang
来源: https://www.cnblogs.com/na-sr/p/clang-format.html