From 0c0e9e8dff79375978b76d9fdebedae6313317ef Mon Sep 17 00:00:00 2001 From: Dmitry Andreev Date: Mon, 29 Jul 2019 20:11:06 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D0=BB=20ed?= =?UTF-8?q?itorconfig?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .editorconfig | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..5a268d8 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,13 @@ +root = true +end_of_line = lf +insert_final_newline = true + +[*.py] +charset = utf-8 +indent_style = space +indent_size = 4 + +[*.{yaml,yml}] +charset = utf-8 +indent_style = space +indent_size = 2