From 39705a8c1f7b8ecba29b1e3e5abb906d9c2e6b5b Mon Sep 17 00:00:00 2001 From: RincewindsHat <12514511+RincewindsHat@users.noreply.github.com> Date: Fri, 25 Oct 2024 11:45:48 +0200 Subject: clang-format options: set BinPack to true 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 -- cgit v0.10-9-g596f