summaryrefslogtreecommitdiff
path: root/src/SMAPI.Mods.ConsoleCommands
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2019-06-18 23:36:58 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2019-09-13 15:57:18 -0400
commit94702ca4b7136eeb306a2109e7af2a6c804b6335 (patch)
tree60747388f578f24d6a0407b0787387062d6ae107 /src/SMAPI.Mods.ConsoleCommands
parent7d755da3e2c20f8e157b88c9721d0a19fe52006e (diff)
downloadSMAPI-94702ca4b7136eeb306a2109e7af2a6c804b6335.tar.gz
SMAPI-94702ca4b7136eeb306a2109e7af2a6c804b6335.tar.bz2
SMAPI-94702ca4b7136eeb306a2109e7af2a6c804b6335.zip
use default indentation for JSON files
Diffstat (limited to 'src/SMAPI.Mods.ConsoleCommands')
-rw-r--r--src/SMAPI.Mods.ConsoleCommands/manifest.json14
1 files changed, 7 insertions, 7 deletions
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"
}