C#のコメントで
var a = 1; // comment1
// comment2
としても、二行目のコメントが勝手に移動して
var a = 1; // comment1
       // comment2
こんなふうに右に動くのは阻止できる?