Reindent lines是一种快速的方法,可以确保您的代码是干净的,并清除代码的可读性,无论Python人员怎么想。
我在RStudio中注意到编辑.rhtml文件以编织成html报告时,代码缩进错误地对齐大括号({})。
<html> <body> <!--begin.rcode #not idiomatic indentation for( i in (1:10)){ a=i+1 } # ☹ #ideal indentation for( i in (1:10)){ a=i+3 } # ☺ end.rcode--> </body> </html>
是否有特殊字符可以修复此问题?配置文件?不同版本的RStudio?
感谢您的提示和提示。
答案 0 :(得分:1)
RStudio开发人员证实这是一个错误。