xref: /aosp_15_r20/system/server_configurable_flags/.clang-format (revision 207333786ba243bc7d4d69ef6b05487aa7071806)
1BasedOnStyle: Google
2AllowShortFunctionsOnASingleLine: Inline
3ColumnLimit: 100
4CommentPragmas: NOLINT:.*
5DerivePointerAlignment: false
6IndentWidth: 2
7PointerAlignment: Left
8TabWidth: 2
9UseTab: Never
10