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 88b3744 commit f7980caCopy full SHA for f7980ca
main.ts
@@ -9,7 +9,7 @@ class Settings {
9
public setYamlDirection: boolean = false;
10
11
toJson() {
12
- return JSON.stringify(this);
+ return JSON.stringify(this,null, "\t");
13
}
14
15
fromJson(content: string) {
0 commit comments