Modify clang format to allow short functions to be put on a singular line.

This commit is contained in:
2026-01-21 17:21:04 +01:00
parent f5784844a8
commit 8f49ae45bb

View File

@@ -37,7 +37,7 @@ AlignConsecutiveShortCaseStatements:
# short constructs on a single line
# ---------------------------
AllowShortBlocksOnASingleLine: Always
AllowShortFunctionsOnASingleLine: None
AllowShortFunctionsOnASingleLine: All
AllowShortLambdasOnASingleLine: All
AllowShortIfStatementsOnASingleLine: Never
AllowShortCaseLabelsOnASingleLine: true