robot-mode icon indicating copy to clipboard operation
robot-mode copied to clipboard

The TAB key or call robot-mode-indent-line works incorrect

Open badger1961 opened this issue 4 years ago • 0 comments

If I load a robot file and try to indent a line using TAB key or explicitly call robot-mode-indent-line, Iine is indent using one space instead of 4 space as it defined in variable robot-mode-basic-offset. (By default this variable is equal 4 spaces.) From other hands if I have text

MY_TEST_CASE
     keyword1
     keyword2
     keyword3

I will have

MY_TEST_CASE
 keyword1
 keyword2
 keyword3

Could you please look and help me? I use emacs 27.1 on kubuntu 20.10

WBR Alexander

badger1961 avatar May 12 '21 12:05 badger1961