Commit 0fca9c2
authored
🩹 [Patch]: Encode all PowerShell files using UTF8 with BOM (#8)
## Description
This pull request makes a minor change to the `scripts/main.ps1` file.
The change appears to be the addition of a Unicode Byte Order Mark (BOM)
at the beginning of the file, which can help with encoding recognition
in some editors and environments.1 parent 874049e commit 0fca9c2
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
0 commit comments