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

View File

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

View File

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

View File

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

View File

@ -8,4 +8,4 @@ namespace Company.WebApplication1.Models
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>
</li>
}
</ul>
</ul>

View File

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

View File

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

View File

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