OSDN Git Service

drm_hwcomposer: Free resources in HookDevClose()
[android-x86/external-drm_hwcomposer.git] / .clang-format
1 BasedOnStyle: Google
2 AllowAllParametersOfDeclarationOnNextLine: false
3 AllowShortIfStatementsOnASingleLine: false
4 AllowShortLoopsOnASingleLine: false
5 AllowShortFunctionsOnASingleLine: None
6 PenaltyBreakAssignment: 10000000
7 PenaltyBreakBeforeFirstCallParameter: 1000