8000 CRLF forbidden on Windows · devcompil/postgres@e3dd43a · GitHub
[go: up one dir, main page]

Skip to content

Commit e3dd43a

Browse files
authored
CRLF forbidden on Windows
No CRLF for shell script on Linux. No CRLF Dockerfiles would be welcome ass well
1 parent 623c004 commit e3dd43a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.gitattributes

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11
/*/**/Dockerfile linguist-generated
22
/*/**/docker-entrypoint.sh linguist-generated
33
/Dockerfile*.template linguist-language=Dockerfile
4+
5+
# Shell scripts
6+
*.sh eol=lf
7+
# Dockerfiles
8+
Dockerfile eol=lf

0 commit comments

Comments
 (0)
0