Module: monitoring-plugins Branch: master Commit: 39705a8c1f7b8ecba29b1e3e5abb906d9c2e6b5b Author: RincewindsHat <[email protected]> Date: Fri Oct 25 11:45:48 2024 +0200 URL: https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=39705a8
clang-format options: set BinPack to true --- .clang-format | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.clang-format b/.clang-format index a7d1949..f29680a 100644 --- a/.clang-format +++ b/.clang-format @@ -7,4 +7,4 @@ AlignConsecutiveMacros: true ColumnLimit: 140 IndentPPDirectives: AfterHash SortIncludes: Never -BinPackArguments: false +BinPackArguments: true
