Add line endings to last lines of template files

This commit is contained in:
Luke Latham 2019-05-12 08:43:02 -05:00
parent 8bfbc4a2ac
commit 3e90b3840b
26 changed files with 26 additions and 26 deletions

View File

@ -17,4 +17,4 @@ namespace MyApp.Namespace
{ {
} }
} }
} }

View File

@ -1,3 +1,3 @@
@{ @{
Layout = "_Layout"; Layout = "_Layout";
} }

View File

@ -26,4 +26,4 @@
"usageExamples": [ "usageExamples": [
"" ""
] ]
} }

View File

@ -14,4 +14,4 @@ namespace Company.RazorClassLibrary1.MyFeature.Pages
} }
} }
} }

View File

@ -134,4 +134,4 @@
"continueOnError": true "continueOnError": true
} }
] ]
} }

View File

@ -29,4 +29,4 @@
"excludeLaunchSettings": false, "excludeLaunchSettings": false,
"minFullFrameworkVersion": "4.6.1", "minFullFrameworkVersion": "4.6.1",
"disableHttpsSymbol": "NoHttps" "disableHttpsSymbol": "NoHttps"
} }

View File

@ -13,4 +13,4 @@ namespace Company.WebApplication1.Pages
{ {
} }
} }
} }

View File

@ -54,4 +54,4 @@ else
</li> </li>
} }
#endif *@ #endif *@
</ul> </ul>

View File

@ -8,4 +8,4 @@ namespace Company.WebApplication1.Models
public bool ShowRequestId => !string.IsNullOrEmpty(RequestId); public bool ShowRequestId => !string.IsNullOrEmpty(RequestId);
} }
} }

View File

@ -23,4 +23,4 @@ else
<a class="nav-link text-dark" asp-area="Identity" asp-page="/Account/Login">Login</a> <a class="nav-link text-dark" asp-area="Identity" asp-page="/Account/Login">Login</a>
</li> </li>
} }
</ul> </ul>

View File

@ -55,4 +55,4 @@ else
</li> </li>
} }
#endif *@ #endif *@
</ul> </ul>

View File

@ -25,4 +25,4 @@ exports.config = {
}); });
jasmine.getEnv().addReporter(new SpecReporter({ spec: { displayStacktrace: true } })); jasmine.getEnv().addReporter(new SpecReporter({ spec: { displayStacktrace: true } }));
} }
}; };

View File

@ -6,4 +6,4 @@
"angularCompilerOptions": { "angularCompilerOptions": {
"entryModule": "app/app.server.module#AppServerModule" "entryModule": "app/app.server.module#AppServerModule"
} }
} }

View File

@ -1,3 +1,3 @@
{ {
"parser": "typescript-eslint-parser" "parser": "typescript-eslint-parser"
} }