OSDN Git Service

fix build error
[android-x86/external-IA-Hardware-Composer.git] / .clang-format
1 BasedOnStyle: Google
2 AllowShortIfStatementsOnASingleLine: false
3 AllowShortLoopsOnASingleLine: false
4 AllowShortFunctionsOnASingleLine: None
5 # Pointer alignment works for clang version 5.0 and up.
6 PointerAlignment: Right