From f928615bcf578ca0dd7eddc876090146bfc9fea7 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Mon, 12 Feb 2024 21:04:33 +0100 Subject: [PATCH] feat: add .gitattributes to enforce `lf` line encoding Signed-off-by: Rui Chen --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..6313b56c --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +* text=auto eol=lf