I see in indented multilines that a tab inserts ac...
# announcements
e
I see in indented multilines that a tab inserts actually 4 spaces instead of
\t
, is this wanted or a bug?
m
This depends on your IDE settings, doesn't it?
e
that is?
m
IntelliJ
e
I meant which settings
looking right now but I cant seem to find it
m
Ah, right. 2 sec
e
I'm on General -> Editor Tabs, but there seems to be nothing
m
Settings -> Editor -> Code Style -> Kotlin -> Tabs and indents
e
uh thanks
ps: do you think there could be any dangerous counter effects using that?
m
Shouldn't be. Unless you forget
trimMargin()
on your multiline strings I'd guess.
e
ok, thanks!