OSDN Git Service

drm_hwcomposer: allow to force mode by a property (v5)
[android-x86/external-drm_hwcomposer.git] / .clang-format
index 5382f9b..984fa5e 100644 (file)
@@ -1,4 +1,7 @@
 BasedOnStyle: Google
+AllowAllParametersOfDeclarationOnNextLine: false
 AllowShortIfStatementsOnASingleLine: false
 AllowShortLoopsOnASingleLine: false
 AllowShortFunctionsOnASingleLine: None
+PenaltyBreakAssignment: 10000000
+PenaltyBreakBeforeFirstCallParameter: 1000