From 6fc0dd658d44da3e26b5ad3fefd9aedc4d7ecc7b Mon Sep 17 00:00:00 2001 From: Tshaka Lekholoane Date: Mon, 20 Jan 2025 15:48:36 +0200 Subject: [PATCH] bin/format: update swiftformat configuration --- bin/format.d/.swiftformat | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/format.d/.swiftformat b/bin/format.d/.swiftformat index 25e2643..4dae8a8 100644 --- a/bin/format.d/.swiftformat +++ b/bin/format.d/.swiftformat @@ -1,5 +1,6 @@ # Default. --binarygrouping 4 +--condassignment "always" --decimalgrouping 3 --hexliteralcase "lowercase" --indent 2 @@ -18,3 +19,4 @@ # Opt-out. --disable trailingClosures +--disable wrapMultilineConditionalAssignment