Skip to content

Commit 382f64c

Browse files
🩹 [Patch]: Encode all PowerShell files using UTF8 with BOM (#4)
## Description This pull request makes a minor formatting update to the `scripts/main.ps1` file by adding a Unicode Byte Order Mark (BOM) at the beginning of the file. This change helps ensure proper encoding detection by some editors and tools.
1 parent d90dedb commit 382f64c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/main.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#Requires -Modules GitHub
1+
#Requires -Modules GitHub
22

33
[CmdletBinding()]
44
param(

0 commit comments

Comments
 (0)