xref: /aosp_15_r20/system/libufdt/.clang-format (revision 13e8728f0cffde9369df671f7b293a048a99c7ed)
1BasedOnStyle: Google
2
3AllowShortBlocksOnASingleLine: false
4AllowShortFunctionsOnASingleLine: false
5CommentPragmas: NOLINT:.*
6DerivePointerAlignment: false
7IndentWidth: 2
8PenaltyExcessCharacter: 32
9PointerAlignment: Right
10TabWidth: 2
11UseTab: Never
12