From f7980ca74d3f9f634e6c8ebecc3fd4c126e36967 Mon Sep 17 00:00:00 2001 From: Amir Pourmand Date: Fri, 18 Nov 2022 14:52:23 +0330 Subject: [PATCH] add newline --- main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.ts b/main.ts index 7859207..c65c2ae 100644 --- a/main.ts +++ b/main.ts @@ -9,7 +9,7 @@ class Settings { public setYamlDirection: boolean = false; toJson() { - return JSON.stringify(this); + return JSON.stringify(this,null, "\t"); } fromJson(content: string) {