From 5b8e6358136eac1cde5cdf221baa967659b0ffb5 Mon Sep 17 00:00:00 2001 From: chris2fr Date: Wed, 28 Oct 2020 07:36:53 +0100 Subject: [PATCH] I prefer two spaces per tab --- components/export.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/export.js b/components/export.js index ba337fd..17af5c5 100644 --- a/components/export.js +++ b/components/export.js @@ -7,7 +7,7 @@ var exportComponent = { { stringDate = new Date().toISOString(); this.$root.sections.meta.lastModified = stringDate.slice(0,16) + stringDate.slice(stringDate.lastIndexOf("Z")); //.replace(":",""); - this.json = JSON.stringify(this.$root.sections, null, 4); + this.json = JSON.stringify(this.$root.sections, null, 2); },