Indent not follow in quotes

Guys, when I am writing code, every time I using Enter to create a new line, the indent will automatically follow that of the previous line, but that does not happen when the code block is in quote pair.
Like the below code

sqldf("
         select * from table_a
          where id is not null
      ")

In the quote, when I Enter after "select * from table_a", the new line starts from beginning and there will be no indent.
It happens in one of my computer and the other one the indent works just fine, tried all the configs and still got confused. Can anyone give me hand here?

Thanks in advanced

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.