1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

gitattributes: let github treat all Dockerfile.* files just like Dockerfile (#6522)

This commit is contained in:
No Name Pro
2020-10-01 16:22:08 +02:00
committed by GitHub
parent 0f1ed1ca09
commit d9aa6919d8

1
.gitattributes vendored
View File

@@ -1,3 +1,4 @@
*.v linguist-language=V text=auto eol=lf
*.vv linguist-language=V text=auto eol=lf
*.bat text=auto eol=crlf
Dockerfile.* linguist-language=Dockerfile