https://kotlinlang.org logo
#announcements
Title
# announcements
p

poohbar

05/18/2017, 7:44 PM
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

mg6maciej

05/18/2017, 7:47 PM
poohbar: I tend to use
(sth + 1)..(sthElse - 1)
in such cases.
👍 1
p

poohbar

05/18/2017, 7:48 PM
yeah, I guess I should.. I am looking forward to more editor formatter options
m

mg6maciej

05/18/2017, 7:51 PM
kotl.in/issue - if you do make a feature request, it has a higher chances to be implemented