From 2a7d485ab4730d8098e0d48eaf3c0190818931c7 Mon Sep 17 00:00:00 2001 From: Oliver-Akins Date: Tue, 13 Feb 2024 20:06:44 -0700 Subject: [PATCH] Fix indentation --- system.json | 74 ++++++++++++++++++++++++++--------------------------- 1 file changed, 37 insertions(+), 37 deletions(-) diff --git a/system.json b/system.json index e96b525..57baafe 100644 --- a/system.json +++ b/system.json @@ -30,43 +30,43 @@ "path": "langs/en-ca.json" } ], -"packs": [ - { - "name": "untyped", - "label": "Generic Items", - "system": "dotdungeon", - "type": "Item", - "path": "packs/untyped" - }, - { - "name": "spells", - "label": "Core Spells", - "system": "dotdungeon", - "type": "Item", - "path": "packs/spells" - }, - { - "name": "aspects", - "label": "Core Aspects", - "system": "dotdungeon", - "type": "Item", - "path": "packs/aspects" - }, - { - "name": "beastiary", - "label": "Core Beastiary", - "system": "dotdungeon", - "type": "Actor", - "path": "packs/beastiary" - }, - { - "name": "rules", - "label": "Core Rules", - "system": "dotdungeon", - "type": "JournalEntry", - "path": "packs/rules" - } -], + "packs": [ + { + "name": "untyped", + "label": "Generic Items", + "system": "dotdungeon", + "type": "Item", + "path": "packs/untyped" + }, + { + "name": "spells", + "label": "Core Spells", + "system": "dotdungeon", + "type": "Item", + "path": "packs/spells" + }, + { + "name": "aspects", + "label": "Core Aspects", + "system": "dotdungeon", + "type": "Item", + "path": "packs/aspects" + }, + { + "name": "beastiary", + "label": "Core Beastiary", + "system": "dotdungeon", + "type": "Actor", + "path": "packs/beastiary" + }, + { + "name": "rules", + "label": "Core Rules", + "system": "dotdungeon", + "type": "JournalEntry", + "path": "packs/rules" + } + ], "flags": { "hotReload": { "extensions": ["css", "hbs", "json", "js", "mjs", "svg"],