diff --git a/.gitattributes b/.gitattributes index 538c95f55..5cfb8610b 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,9 @@ # If there are abnormal line endings in any file, run "git add --renormalize ", # review the changes, and commit them to fix the line endings. * text=auto + +# Third-party library files should not have line endings normalized +**/wwwroot/lib/** -text +*.min.css -text +*.min.js -text +*.map -text diff --git a/examples/ConfigStoreDemo/Pages/_Layout.cshtml b/examples/ConfigStoreDemo/Pages/_Layout.cshtml index 553e6de60..5da3134b8 100644 --- a/examples/ConfigStoreDemo/Pages/_Layout.cshtml +++ b/examples/ConfigStoreDemo/Pages/_Layout.cshtml @@ -3,15 +3,16 @@ - @ViewData["Title"] - Azure App Configuration Demo - + @ViewData["Title"] - Azure App Configuration Demo - - + + - + -