注释斜杠 // 缩进太左(Rider)

The comment slash // is indented too left (Rider)

我正在使用 Rider,当我使用键盘映射 "Comment/uncomment with Line Comment" 注释掉一行时,斜杠 // 缩进得太靠左,而不是实际单词出现的位置。或许一张图更能说明问题。

我希望斜杠位于该行最初开始的位置,例如当您使用 vscode 或 sublimetext 时:

抱歉这个奇怪的话题,但它已经困扰了我很长一段时间,并且在打字时无法停止思考它 (:D)。我找不到可以更改此设置的设置。

在此处查看如何更改它。
https://www.jetbrains.com/help/rider/Coding_Assistance__Comment_Uncomment_Code.html#commenting-and-uncommenting-with-line-comments

According to the Don't indent comments started at first column option, the comment will be added with or without the indent. You can configure this option for different languages separately, for example, for C# it is on the Editor | Code Style | C# | Tabs, Indents, Alignment page of JetBrains Rider settings Ctrl+Alt+S.

Settings > Editor > Code Style > C# > Tabs, Indents, Alignment:

并切换复选框:Don't indent comments started at first column.