bisq/.idea/codeStyles
Chris Beams 8f25bf3170
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.
2018-03-16 11:40:33 +01:00
..
codeStyleConfig.xml Organize imports 2018-03-12 15:21:02 +01:00
Project.xml Wrap lines automatically at 120 character margin 2018-03-16 11:40:33 +01:00