diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-06-18 23:36:58 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-09-13 15:57:18 -0400 |
commit | 94702ca4b7136eeb306a2109e7af2a6c804b6335 (patch) | |
tree | 60747388f578f24d6a0407b0787387062d6ae107 /src/SMAPI.Mods.SaveBackup | |
parent | 7d755da3e2c20f8e157b88c9721d0a19fe52006e (diff) | |
download | SMAPI-94702ca4b7136eeb306a2109e7af2a6c804b6335.tar.gz SMAPI-94702ca4b7136eeb306a2109e7af2a6c804b6335.tar.bz2 SMAPI-94702ca4b7136eeb306a2109e7af2a6c804b6335.zip |
use default indentation for JSON files
Diffstat (limited to 'src/SMAPI.Mods.SaveBackup')
-rw-r--r-- | src/SMAPI.Mods.SaveBackup/manifest.json | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/SMAPI.Mods.SaveBackup/manifest.json b/src/SMAPI.Mods.SaveBackup/manifest.json index 1581d139..be8a65d1 100644 --- a/src/SMAPI.Mods.SaveBackup/manifest.json +++ b/src/SMAPI.Mods.SaveBackup/manifest.json @@ -1,9 +1,9 @@ { - "Name": "Save Backup", - "Author": "SMAPI", - "Version": "2.11.2", - "Description": "Automatically backs up all your saves once per day into its folder.", - "UniqueID": "SMAPI.SaveBackup", - "EntryDll": "SaveBackup.dll", - "MinimumApiVersion": "2.11.2" + "Name": "Save Backup", + "Author": "SMAPI", + "Version": "2.11.2", + "Description": "Automatically backs up all your saves once per day into its folder.", + "UniqueID": "SMAPI.SaveBackup", + "EntryDll": "SaveBackup.dll", + "MinimumApiVersion": "2.11.2" } |