summaryrefslogtreecommitdiff
path: root/libs/binder/ndk/.clang-format
blob: 9a9d936f1516f044fe9e1724d8e1e56730850ab2 (plain)
1
2
3
4
5
6
7
8
9
10
BasedOnStyle: Google
ColumnLimit: 100
IndentWidth: 4
ContinuationIndentWidth: 8
PointerAlignment: Left
TabWidth: 4
AllowShortFunctionsOnASingleLine: Inline
PointerAlignment: Left
TabWidth: 4
UseTab: Never