From 700bdb6f5bce316bf036b2a6d603a729eadc475f Mon Sep 17 00:00:00 2001 From: Frieder Bluemle Date: Mon, 20 Sep 2021 12:44:55 -0700 Subject: [PATCH] Avoid line endings conversion of gradlew.bat (#944) --- .editorconfig | 3 --- .gitattributes | 3 --- 2 files changed, 6 deletions(-) delete mode 100644 .editorconfig delete mode 100644 .gitattributes diff --git a/.editorconfig b/.editorconfig deleted file mode 100644 index 7c286132f..000000000 --- a/.editorconfig +++ /dev/null @@ -1,3 +0,0 @@ -# Windows files -[*.bat] -end_of_line = crlf diff --git a/.gitattributes b/.gitattributes deleted file mode 100644 index 45a3dcb2a..000000000 --- a/.gitattributes +++ /dev/null @@ -1,3 +0,0 @@ -# Windows files should use crlf line endings -# https://help.github.com/articles/dealing-with-line-endings/ -*.bat text eol=crlf