Skip to content

Commit a71bd8e

Browse files
Fix .gitattributes inline comment (#11)
1 parent 5613bbd commit a71bd8e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.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)