Change indentation
Yutsa opened this issue · 1 comments
Yutsa commented
Hello,
I'm trying to change the indentation level but I didn't succeed.
I tried the following :
(setq-default c-basic-offset 4)
(setq-default indent-tabs-mode nil)
But it doesn't work.
Yutsa commented
Okay I'm sorry, after looking at the code I found the variable I needed to change.
(setq-default kotlin-tab-width 4)