From ba9a16e718d7648b7febd827c4524a808dd5997f Mon Sep 17 00:00:00 2001 From: Michael Kirsch Date: Wed, 28 Feb 2024 23:47:16 +0100 Subject: [PATCH] Force LF for formatter script for WSL --- .gitattributes | 2 ++ .gitignore | 1 + 2 files changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..c1f5180bf --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +/build-aux/*.zsh eol=lf +/build-aux/.functions/* eol=lf diff --git a/.gitignore b/.gitignore index 317043ee9..21d2ad7ac 100644 --- a/.gitignore +++ b/.gitignore @@ -14,6 +14,7 @@ !/tests !.clang-format !.cmake-format.json +!.gitattributes !.gitignore !BUILDING.md !buildspec.json