Skip to content

Commit 392e5b5

Browse files
authored
Remove UTF-8 BOM from text files (#54)
1 parent 2ad0b58 commit 392e5b5

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.editorconfig

+5
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

build.psm1

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) Microsoft Corporation.
1+
# Copyright (c) Microsoft Corporation.
22
# Licensed under the MIT License.
33

44
# On Unix paths is separated by colon

src/PowerShell.Core.Instrumentation/PowerShell.Core.Instrumentation.man

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version='1.0' encoding='utf-8' standalone='yes'?>
1+
<?xml version='1.0' encoding='utf-8' standalone='yes'?>
22

33
<!--Copyright 2008 Microsoft Corporation-->
44
<!--DO NOT EDIT THIS FILE IN ECMANGEN.EXE

0 commit comments

Comments
 (0)