platform_system_core/liblog/.clang-format

10 lines
197 B
Text
Raw Normal View History

BasedOnStyle: Google
AllowShortFunctionsOnASingleLine: false
CommentPragmas: NOLINT:.*
DerivePointerAlignment: false
PointerAlignment: Left
PenaltyExcessCharacter: 32
Cpp11BracedListStyle: false