feat(Setting): treeCache default off

This commit is contained in:
林万程
2024-09-22 12:34:56 +08:00
parent 3b9309eb80
commit 256648a0ed

View File

@@ -25,7 +25,7 @@ public class AppSettingsState implements PersistentStateComponent<AppSettingsSta
public boolean showTreeComment = true;
public boolean compact = true;
public boolean treeCache = true;
public boolean treeCache = false;
public boolean showLineEndComment = true;
public boolean lineEndCache = true;