From e81533e3ce1e8bd81088a1d70793a5af26a55ebc Mon Sep 17 00:00:00 2001 From: KOLANICH Date: Tue, 6 Apr 2021 11:06:20 +0300 Subject: [PATCH] Added .editorconfig according to the style used in this project. --- .editorconfig | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..38558bf --- /dev/null +++ b/.editorconfig @@ -0,0 +1,11 @@ +root = true + +[*] +charset = utf-8 +indent_style = space +indent_size = 4 +insert_final_newline = true +end_of_line = lf + +[*.{yml,yaml}] +indent_size = 2