From bfd1d7c5ba05093820148acb565c1174c06510c9 Mon Sep 17 00:00:00 2001 From: Manuel Date: Thu, 2 Feb 2023 14:00:00 +0100 Subject: [PATCH] Add gitattributes --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..a79d4fe --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +* text=auto eol=lf +*.v linguist-language=V +v.mod linguist-language=V +Dockerfile.* linguist-language=Dockerfile