Skip to content

Commit 9c8c5c6

Browse files
Fix .gitattributes inline comment (#8)
1 parent eb3b56a commit 9c8c5c6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.gitattributes

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ gradlew text eol=lf
3939
# -------------------------------------------------
4040
*.bat text eol=crlf
4141
*.cmd text eol=crlf
42-
*.ps1 text eol=lf # PowerShell Core friendly
42+
# PowerShell Core friendly
43+
*.ps1 text eol=lf
4344

4445
# Wrapper batch files (explicit for clarity)
4546
gradlew.bat text eol=crlf

0 commit comments

Comments
 (0)