From 0640a21fba460a8135e8bfb8f0687c22d74b1a58 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Mon, 6 Jan 2025 13:53:42 +0100 Subject: [PATCH] editorconfig: new file (MR 2520) --- .editorconfig | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000..916b2055 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,6 @@ +root = true + +[*] +end_of_line = lf +trim_trailing_whitespace = true +insert_final_newline = true