From 2ecb56fd17a3d5050a1dc1f46ef5d44358d9582a Mon Sep 17 00:00:00 2001 From: jannikschaper <150021423+jannikschaper@users.noreply.github.com> Date: Thu, 25 Sep 2025 13:05:23 +0200 Subject: [PATCH] Implement our binary op preference in the prettier config --- structured-files/.prettierrc.json | 1 + 1 file changed, 1 insertion(+) diff --git a/structured-files/.prettierrc.json b/structured-files/.prettierrc.json index c7e46a8..0a599e3 100644 --- a/structured-files/.prettierrc.json +++ b/structured-files/.prettierrc.json @@ -7,6 +7,7 @@ "trailingComma": "all", "xmlSelfClosingSpace": true, "xmlWhitespaceSensitivity": "ignore", + "experimentalOperatorPosition": "start", "plugins": ["@prettier/plugin-xml"], "overrides": [ {