1
0
Fork 0
android_external_drm_hwcomp.../.clang-format
Drew Davenport f39b0152cf drm_hwcomposer: clang-format: Preserve header blocks
Instruct clang-format to leave logical blocks of header formats intact,
which helps separate headers from the system, framework, external
libraries, and this project.

Change-Id: I06c1944097574c30ee05be671f6023ccd0a0d4b7
2024-10-14 14:23:24 -06:00

8 lines
288 B
YAML

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