From 4623228eef37caf0653daec6ba3e213e2f61a047 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sun, 10 Sep 2023 20:37:48 +0300 Subject: [PATCH] add simple .editorconfig (#4054) Signed-off-by: Aminda Suomalainen --- .editorconfig | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000..2f48efb5 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,7 @@ +# EditorConfig is awesome: https://EditorConfig.org +root = true + +[*] +insert_final_newline = true +charset = utf-8 +max_line_length = 120