From 6f9c954b7d599e0b895d5020c620c3c86a462d7d Mon Sep 17 00:00:00 2001 From: Peter Gafert Date: Sat, 4 Nov 2023 19:44:43 +0100 Subject: [PATCH 1/3] explicitly set hard line wrap to 300 chars ... which basically disables any automatic wrap for normal use cases. We leave it open to implementer and reviewer to determine the best way to break lines. So far this has worked out fine. Signed-off-by: Peter Gafert --- develop/ArchUnit-codestyle-intellij.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/develop/ArchUnit-codestyle-intellij.xml b/develop/ArchUnit-codestyle-intellij.xml index 67526d8b48..ed5f56a780 100644 --- a/develop/ArchUnit-codestyle-intellij.xml +++ b/develop/ArchUnit-codestyle-intellij.xml @@ -22,6 +22,7 @@