From ae52f107f938d9e643b9c32383a355d1c11e3f6a Mon Sep 17 00:00:00 2001 From: panr Date: Sat, 21 Dec 2024 23:42:34 +0100 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 0000000..a540917 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,9 @@ +root = true + +[*] +end_of_line = lf +insert_final_newline = true +charset = utf-8 + +indent_size = 2 +indent_style = space