From 4063bb7cb282e16c70319a3aeef9434fedef17c0 Mon Sep 17 00:00:00 2001 From: Ernst Peter Tamminga Date: Fri, 5 Jun 2020 09:52:55 +0200 Subject: [PATCH] Manage CRLF for the editor Close #97 --- .editorconfig | 4 ++++ .gitignore | 1 + 2 files changed, 5 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..ec4643c --- /dev/null +++ b/.editorconfig @@ -0,0 +1,4 @@ +root = true + +[*] +end_of_line = crlf \ No newline at end of file diff --git a/.gitignore b/.gitignore index c3a204e..7ef8955 100644 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,7 @@ !.github/* !.gitattributes !.gitignore +!.editorconfig !readme.md !.gitkeep !*/