Skip to content

Commit bee2c2d

Browse files
authored
Remove UTF-8 BOM from text files (#2881)
* Remove UTF-8 BOM from text files * Add .editorconfig file to specify charset
1 parent a47d6fa commit bee2c2d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.editorconfig

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
root = true
2+
3+
[*]
4+
charset = utf-8
5+
insert_final_newline = true

docs/preview_to_stable_changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# PowerShell Preview Extension Release History March 2020
1+
# PowerShell Preview Extension Release History March 2020
22

33
This document shows the combined changes that were moved from the Preview extension to the stable extension as part of the March 2020 release.
44

0 commit comments

Comments
 (0)