We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52fdb3b commit d975f47Copy full SHA for d975f47
Settings.cs
@@ -62,9 +62,9 @@ public static void Save(Settings settings, string filename)
62
63
public bool ShowCommentPointer { get; set; } = true;
64
65
- public bool ShowCommentRtti { get; set; } = false;
+ public bool ShowCommentRtti { get; set; } = true;
66
67
- public bool ShowCommentSymbol { get; set; } = false;
+ public bool ShowCommentSymbol { get; set; } = true;
68
69
public bool ShowCommentString { get; set; } = true;
70
0 commit comments