Skip to content

Commit f7980ca

Browse files
committed
add newline
1 parent 88b3744 commit f7980ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ class Settings {
99
public setYamlDirection: boolean = false;
1010

1111
toJson() {
12-
return JSON.stringify(this);
12+
return JSON.stringify(this,null, "\t");
1313
}
1414

1515
fromJson(content: string) {

0 commit comments

Comments
 (0)