aosp12/external/drm_hwcomposer/.clang-format

8 lines
264 B
YAML

BasedOnStyle: Google
AllowAllParametersOfDeclarationOnNextLine: false
AllowShortIfStatementsOnASingleLine: false
AllowShortLoopsOnASingleLine: false
AllowShortFunctionsOnASingleLine: None
PenaltyBreakAssignment: 10000000
PenaltyBreakBeforeFirstCallParameter: 1000