From 9f1a538ebab1a346325a5cd08e2ab5dd39cfc2d4 Mon Sep 17 00:00:00 2001 From: Jeong YunWon Date: Sun, 7 May 2023 17:20:44 +0900 Subject: [PATCH] gitattribute --- .gitattributes | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..e1a7c56 --- /dev/null +++ b/.gitattributes @@ -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