I prefer two spaces per tab

This commit is contained in:
chris2fr 2020-10-28 07:36:53 +01:00
parent 69ee43acd0
commit 5b8e635813
1 changed files with 1 additions and 1 deletions

View File

@ -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);
},