Add .clang-format file
Test: No code changes, just ran through clang-format Change-Id: Ieb6c8b51e8a824fea03c6999dc4e0704e918d396
This commit is contained in:
10
libs/hwui/.clang-format
Normal file
10
libs/hwui/.clang-format
Normal file
@@ -0,0 +1,10 @@
|
||||
BasedOnStyle: Google
|
||||
DerivePointerAlignment: false
|
||||
IndentWidth: 4
|
||||
ConstructorInitializerIndentWidth: 8
|
||||
ContinuationIndentWidth: 8
|
||||
ColumnLimit: 100
|
||||
AllowShortFunctionsOnASingleLine: Inline
|
||||
AccessModifierOffset: -4
|
||||
#BreakConstructorInitializers: BeforeComma
|
||||
BreakConstructorInitializersBeforeComma: true
|
||||
Reference in New Issue
Block a user