From 5d3bf478ee9c344a0a465d8753e7a8b0d8e0b216 Mon Sep 17 00:00:00 2001 From: Chris Beams Date: Fri, 16 Mar 2018 11:40:32 +0100 Subject: [PATCH] Wrap lines automatically at 120 character margin Problem: bisq-network/style#3 indicates code should be wrapped at 120 characters, but it is likely that people will forget and that this habit will only change slowly. Solution: Configure IDEA to wrap lines automatically when typing past 120 characters, forcing the reminder to happen in real time. If this becomes a nuisance, we can remove it later. Note that this change also explicitly sets the RIGHT_MARGIN value to 120, even though this is already IDEA's default value. This is simply to be explicit and self-documenting. --- .idea/codeStyles/Project.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml index 9309530..8a08338 100644 --- a/.idea/codeStyles/Project.xml +++ b/.idea/codeStyles/Project.xml @@ -171,7 +171,9 @@