From 236f1fa0985cf124706a1d7a5eb51df0e0736161 Mon Sep 17 00:00:00 2001 From: Florent Benoit Date: Mon, 9 Oct 2023 10:37:09 +0200 Subject: [PATCH] chore: for Windows users, make correct line ending it looks like formatter is not happy without that setting on Windows Signed-off-by: Florent Benoit --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000000..6313b56c578 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +* text=auto eol=lf