xref: /aosp_15_r20/test/dittosuite/.clang-format (revision 6fa2df46f119dce7527f5beb2814eca0e6f886ac)
1BasedOnStyle: Google
2Standard: Cpp11
3AllowShortFunctionsOnASingleLine: Inline
4ColumnLimit: 100
5CommentPragmas: NOLINT:.*
6DerivePointerAlignment: false
7IncludeBlocks: Preserve
8IndentWidth: 2
9PointerAlignment: Left
10TabWidth: 2
11UseTab: Never
12