Skip to content

Commit d975f47

Browse files
committed
Changed default settings.
1 parent 52fdb3b commit d975f47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Settings.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@ public static void Save(Settings settings, string filename)
6262

6363
public bool ShowCommentPointer { get; set; } = true;
6464

65-
public bool ShowCommentRtti { get; set; } = false;
65+
public bool ShowCommentRtti { get; set; } = true;
6666

67-
public bool ShowCommentSymbol { get; set; } = false;
67+
public bool ShowCommentSymbol { get; set; } = true;
6868

6969
public bool ShowCommentString { get; set; } = true;
7070

0 commit comments

Comments
 (0)