i find it really weird that with the range operato...
# announcements
p
i find it really weird that with the range operator the IDE automatically puts spaces like this:
someVar + 6..otherVar - 7
it now seems like the
..
has priority however the opposite is true
m
poohbar: I tend to use
(sth + 1)..(sthElse - 1)
in such cases.
👍 1
p
yeah, I guess I should.. I am looking forward to more editor formatter options
m
kotl.in/issue - if you do make a feature request, it has a higher chances to be implemented