From c786d2126a6e3d20376781bc06d596a08396861b Mon Sep 17 00:00:00 2001 From: demostanis Date: Sat, 10 Sep 2022 17:58:49 +0200 Subject: [PATCH] Meta: Add .editorconfig See https://editorconfig.org/ --- .editorconfig | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000000..d3fcdc6073 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +end_of_line = lf +insert_final_newline = true +indent_style = space +indent_size = 4 +charset = utf-8