对ESS的左对齐评论

csg*_*pie 3 emacs comments ess

当我使用C-M-\(使用emacs和ESS)格式化我的R代码时,它正确地证明了我的评论.例如,它会改变:

#This is a comment
x=5
Run Code Online (Sandbox Code Playgroud)

                       #This is a comment
x=5
Run Code Online (Sandbox Code Playgroud)

如何阻止我的评论是正确的?

Dir*_*tel 6

一种解决方案是使用##.按照惯例,那个不动.