Merge pull request #10192 from guardrex/guardrex/templates-line-ending

Add line endings to last lines of template files
This commit is contained in:
Ryan Brandenburg 2019-05-13 10:07:05 -07:00 committed by GitHub
commit b76d9e2c36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
25 changed files with 25 additions and 25 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

@ -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"
} }