From e8a597b2680d93ff5ddc75a75cf9db09d88a982e Mon Sep 17 00:00:00 2001 From: xtqqczze Date: Tue, 11 Aug 2020 22:37:47 +0100 Subject: [PATCH 1/2] Remove UTF-8 BOM from text files --- docs/preview_to_stable_changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/preview_to_stable_changelog.md b/docs/preview_to_stable_changelog.md index ec99d3e944..efc73069b2 100644 --- a/docs/preview_to_stable_changelog.md +++ b/docs/preview_to_stable_changelog.md @@ -1,4 +1,4 @@ -# PowerShell Preview Extension Release History March 2020 +# PowerShell Preview Extension Release History March 2020 This document shows the combined changes that were moved from the Preview extension to the stable extension as part of the March 2020 release. From c5839ede6cf8e858de6fcd7a0f9f69c0b95b70cc Mon Sep 17 00:00:00 2001 From: xtqqczze Date: Tue, 11 Aug 2020 22:37:58 +0100 Subject: [PATCH 2/2] Add .editorconfig file to specify charset --- .editorconfig | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000000..986aba03a6 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,5 @@ +root = true + +[*] +charset = utf-8 +insert_final_newline = true