From b01b6604e540424dc970b4ead02fe0a7bcedee11 Mon Sep 17 00:00:00 2001 From: Raphael Ladinig Date: Mon, 13 May 2024 14:06:57 +0200 Subject: [PATCH] add editorconfig --- .editorconfig | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000000..1ce540feb0 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,8 @@ +# EditorConfig is awesome: https://EditorConfig.org +root = true + +[*] +end_of_line = lf +insert_final_newline = true +indent_style = space +indent_size = 2