From 51dc1f527611a376248352b01e3c44d7ed0707e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krzysztof=20=C5=BBuraw?= <9116238+krzysztofzuraw@users.noreply.github.com> Date: Fri, 25 Nov 2022 10:25:04 +0100 Subject: [PATCH] Set proper line endings for windows (#2665) --- .gitattributes | 3 +++ .gitignore | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..d76765eb2 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +* text=auto + +*.sh text eol=lf diff --git a/.gitignore b/.gitignore index 281c03e7d..67b5df448 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ *.py[cod] .* +!.gitattributes !.babelrc !.circleci !.codeclimate.yml