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