xref: /aosp_15_r20/frameworks/minikin/.clang-format (revision 834a2baab5fdfc28e9a428ee87c7ea8f6a06a53d)
1BasedOnStyle: Google
2DerivePointerAlignment: false
3IndentWidth: 4
4ConstructorInitializerIndentWidth: 8
5ContinuationIndentWidth: 8
6ColumnLimit: 100
7AllowShortFunctionsOnASingleLine: Inline
8AccessModifierOffset: -4
9