mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
v: cleanup gitattributes (#21324)
This commit is contained in:
parent
d7758372dc
commit
024a37558a
3 changed files with 12 additions and 12 deletions
8
.gitattributes
vendored
8
.gitattributes
vendored
|
@ -1,10 +1,10 @@
|
|||
* text=auto eol=lf
|
||||
*.bat eol=crlf
|
||||
|
||||
*.v linguist-language=V text=auto eol=lf
|
||||
*.vv linguist-language=V text=auto eol=lf
|
||||
*.vsh linguist-language=V text=auto eol=lf
|
||||
**/v.mod linguist-language=V text=auto eol=lf
|
||||
*.v linguist-language=V
|
||||
*.vv linguist-language=V
|
||||
*.vsh linguist-language=V
|
||||
v.mod linguist-language=V
|
||||
.vdocignore linguist-language=ignore
|
||||
|
||||
Dockerfile.* linguist-language=Dockerfile
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue