[monitoring-plugins] clang-format options: set BinPack to true

RincewindsHat git at monitoring-plugins.org
Sat Oct 26 07:00:12 CEST 2024


 Module: monitoring-plugins
 Branch: master
 Commit: 39705a8c1f7b8ecba29b1e3e5abb906d9c2e6b5b
 Author: RincewindsHat <12514511+RincewindsHat at users.noreply.github.com>
   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



More information about the Commits mailing list