frameworks/native/libs/binder/ndk/.clang-format

11 lines
205 B
Plaintext
Raw Permalink Normal View History

2025-08-25 08:17:13 +08:00
BasedOnStyle: Google
ColumnLimit: 100
IndentWidth: 4
ContinuationIndentWidth: 8
PointerAlignment: Left
TabWidth: 4
AllowShortFunctionsOnASingleLine: Inline
PointerAlignment: Left
TabWidth: 4
UseTab: Never