summaryrefslogtreecommitdiff
path: root/libs/hwui/.clang-format
blob: 5e9bba8377cbf5aa1af24413ac491b473f09097c (plain)
1
2
3
4
5
6
7
8
9
10
BasedOnStyle: Google
DerivePointerAlignment: false
IndentWidth: 4
ConstructorInitializerIndentWidth: 8
ContinuationIndentWidth: 8
ColumnLimit: 100
AllowShortFunctionsOnASingleLine: Inline
AccessModifierOffset: -4
#BreakConstructorInitializers: BeforeComma
BreakConstructorInitializersBeforeComma: true