Hi everyone, I wanted to continue the discussion o...
# kotlintest
s
Hi everyone, I wanted to continue the discussion of the style guide (see PR#68) here. Is there really a reason for following everything but the number of spaces? I understand that some of the contributors are Scala programmers, so 2 spaces might be what they’re used to. However, 4 spaces is the default for IDEA Kotlin plugin, so why not just go with this? Deeply nested code is hard to follow anyway. With 4 spaces it will be even more so, as a result, the developer will be motivated to restructure the code in a more readable way.
👍 1