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