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.Web/Properties/launchSettings.json | |
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.Web/Properties/launchSettings.json')
-rw-r--r-- | src/SMAPI.Web/Properties/launchSettings.json | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/src/SMAPI.Web/Properties/launchSettings.json b/src/SMAPI.Web/Properties/launchSettings.json index 88179044..45eb4780 100644 --- a/src/SMAPI.Web/Properties/launchSettings.json +++ b/src/SMAPI.Web/Properties/launchSettings.json @@ -1,20 +1,20 @@ { - "iisSettings": { - "windowsAuthentication": false, - "anonymousAuthentication": true, - "iisExpress": { - "applicationUrl": "http://localhost:59482/", - "sslPort": 0 + "iisSettings": { + "windowsAuthentication": false, + "anonymousAuthentication": true, + "iisExpress": { + "applicationUrl": "http://localhost:59482/", + "sslPort": 0 + } + }, + "profiles": { + "IIS Express": { + "commandName": "IISExpress", + "launchBrowser": true, + "launchUrl": "", + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Development" + } + } } - }, - "profiles": { - "IIS Express": { - "commandName": "IISExpress", - "launchBrowser": true, - "launchUrl": "", - "environmentVariables": { - "ASPNETCORE_ENVIRONMENT": "Development" - } - } - } } |