From 94485653a5b327459a683efea4ec887b2262c2e7 Mon Sep 17 00:00:00 2001 From: Daniel Wolf Date: Tue, 16 Aug 2022 19:08:17 +0200 Subject: [PATCH] Use consistent line endings --- .editorconfig | 5 +++++ .gitattributes | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..0b3779e --- /dev/null +++ b/.editorconfig @@ -0,0 +1,5 @@ +root = true + +[*] +end_of_line = lf +insert_final_newline = true diff --git a/.gitattributes b/.gitattributes index 3384f57..1100936 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,4 +1,4 @@ -* text=auto +* text=auto eol=lf # Use Git LFS for binary files *.wav filter=lfs diff=lfs merge=lfs -text