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