gitattribute

This commit is contained in:
Jeong YunWon 2023-05-07 17:20:44 +09:00
parent 48920a034e
commit 9f1a538eba

5
.gitattributes vendored Normal file
View file

@ -0,0 +1,5 @@
parser/src/python.rs linguist-generated
**/*.snap linguist-generated -merge
**/*.lalrpop text eol=LF
**/*.py text working-tree-encoding=UTF-8 eol=LF
**/*.rs text working-tree-encoding=UTF-8 eol=LF