From dc9c75a9f089e442789afd5986c02a051d2414eb Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Mon, 18 Jun 2018 08:46:00 -0300 Subject: [PATCH] and an editorconfig to prevent future mistakes --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000..1c33738a --- /dev/null +++ b/.editorconfig @@ -0,0 +1,3 @@ +[*] +end_of_line = lf +insert_final_newline = true