mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
tools: modify .gitattributes to categorize *.vsh and v.mod files properly (#13674)
This commit is contained in:
parent
e6270b05dc
commit
0fd4c699dd
3 changed files with 6 additions and 0 deletions
2
.gitattributes
vendored
2
.gitattributes
vendored
|
@ -1,5 +1,7 @@
|
|||
*.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
|
||||
*.bat text=auto eol=crlf
|
||||
Dockerfile.* linguist-language=Dockerfile
|
||||
*.toml text eol=lf
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue