From c15a4bcdd46ec99adeb4d9046d483601fc8754ff Mon Sep 17 00:00:00 2001 From: Benjamin Kampmann Date: Mon, 1 Aug 2022 14:33:05 +0200 Subject: [PATCH] build: Adding .editorconfig --- .editorconfig | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 000000000..dddb23dbe --- /dev/null +++ b/.editorconfig @@ -0,0 +1,6 @@ +root = true + +# Unix-style newlines with a newline ending every file +[*] +end_of_line = lf +insert_final_newline = true