From edb0d0f0aab98ee8a08d6b100f43dec205b5aa5a Mon Sep 17 00:00:00 2001 From: Andrey Pfau Date: Tue, 16 Jan 2024 10:59:47 +0400 Subject: [PATCH] Add Editorconfig (#800) * editorconfig * indent 2 * .editorconfig update --- .editorconfig | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 000000000..78c6ddee2 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +end_of_line = lf +insert_final_newline = true +charset = utf-8 +indent_style = space +indent_size = 2