From 0449b296353f8c0a43af81b20ca906a3c15236c5 Mon Sep 17 00:00:00 2001 From: Pedro Ladaria Date: Sat, 12 Jun 2021 10:31:34 +0200 Subject: [PATCH] add .editorconfig --- .editorconfig | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 000000000..cd0f8aee0 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,9 @@ +# https://EditorConfig.org + +# top-most EditorConfig file +root = true + +# Unix-style newlines with a newline ending every file +[*] +end_of_line = lf +insert_final_newline = true