diff --git a/libs/hwui/.clang-format b/libs/hwui/.clang-format new file mode 100644 index 0000000000000..5e9bba8377cbf --- /dev/null +++ b/libs/hwui/.clang-format @@ -0,0 +1,10 @@ +BasedOnStyle: Google +DerivePointerAlignment: false +IndentWidth: 4 +ConstructorInitializerIndentWidth: 8 +ContinuationIndentWidth: 8 +ColumnLimit: 100 +AllowShortFunctionsOnASingleLine: Inline +AccessModifierOffset: -4 +#BreakConstructorInitializers: BeforeComma +BreakConstructorInitializersBeforeComma: true