From 94702ca4b7136eeb306a2109e7af2a6c804b6335 Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Tue, 18 Jun 2019 23:36:58 -0400 Subject: use default indentation for JSON files --- src/SMAPI.Mods.ConsoleCommands/manifest.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'src/SMAPI.Mods.ConsoleCommands') diff --git a/src/SMAPI.Mods.ConsoleCommands/manifest.json b/src/SMAPI.Mods.ConsoleCommands/manifest.json index c1aabe48..f06a1296 100644 --- a/src/SMAPI.Mods.ConsoleCommands/manifest.json +++ b/src/SMAPI.Mods.ConsoleCommands/manifest.json @@ -1,9 +1,9 @@ { - "Name": "Console Commands", - "Author": "SMAPI", - "Version": "2.11.2", - "Description": "Adds SMAPI console commands that let you manipulate the game.", - "UniqueID": "SMAPI.ConsoleCommands", - "EntryDll": "ConsoleCommands.dll", - "MinimumApiVersion": "2.11.2" + "Name": "Console Commands", + "Author": "SMAPI", + "Version": "2.11.2", + "Description": "Adds SMAPI console commands that let you manipulate the game.", + "UniqueID": "SMAPI.ConsoleCommands", + "EntryDll": "ConsoleCommands.dll", + "MinimumApiVersion": "2.11.2" } -- cgit