Skip to content

Commit a14a936

Browse files
committed
Force UTF-8 encoding
1 parent c755e73 commit a14a936

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.gitattributes

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
*.psm1 text=auto
33
*.txt text=auto
44
*.json text=auto
5-
*.ps1 text eol=crlf
6-
*.psm1 text eol=crlf
7-
*.txt text eol=crlf
8-
*.json text eol=crlf
5+
*.ps1 text eol=crlf working-tree-encoding=UTF-8
6+
*.psm1 text eol=crlf working-tree-encoding=UTF-8
7+
*.txt text eol=crlf working-tree-encoding=UTF-8
8+
*.json text eol=crlf working-tree-encoding=UTF-8

Files/Scripts/Options/Child Quest Classic.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
function ChildQuestClassicExposeOptions() {
1+
function ChildQuestClassicExposeOptions() {
22

33
# Exclude Group
44
ExcludeGroup -Group "Unlock" -Name "Swords & Shields"

Files/Scripts/Options/Child Quest Pro.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
function ChildQuestProExposeOptions() {
1+
function ChildQuestProExposeOptions() {
22

33
# Exclude Group
44
ExcludeGroup -Group "Unlock" -Name "Unlock Child Restrictions"

0 commit comments

Comments
 (0)