Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私がC-M-\(emacsとESSで)Rコードをフォーマットするために使用するとき、それは私のコメントを正当化します。たとえば、次のように変更されます。
C-M-\
#This is a comment x=5
に
コメントが正しく正当化されるのを防ぐにはどうすればよいですか?
1つの解決策は、を使用すること##です。慣例により、それは動きません。
##