xref: /aosp_15_r20/frameworks/base/libs/hwui/.clang-format (revision d57664e9bc4670b3ecf6748a746a57c557b6bc9e)
1BasedOnStyle: Google
2DerivePointerAlignment: false
3IndentWidth: 4
4ConstructorInitializerIndentWidth: 8
5ContinuationIndentWidth: 8
6ColumnLimit: 100
7AllowShortFunctionsOnASingleLine: Inline
8AccessModifierOffset: -4
9#BreakConstructorInitializers: BeforeComma
10BreakConstructorInitializersBeforeComma: true
11