From 9264113dae9fb4d062031bc92a4e1efcca471342 Mon Sep 17 00:00:00 2001 From: KOLANICH Date: Mon, 14 Oct 2019 11:11:48 +0300 Subject: [PATCH] Added .editorconfig --- .editorconfig | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..c6e43d8 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,7 @@ +root = true + +[*] +charset = utf-8 +indent_style = space +indent_size = 4 +insert_final_newline = true