From 512ac0e1df08ce35e85147df10ff0a0edd1bbde0 Mon Sep 17 00:00:00 2001 From: fattalion Date: Thu, 21 Jan 2021 20:51:05 +0300 Subject: [PATCH] Add .editorconfig --- .editorconfig | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..0258bc9 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,10 @@ +root = true +charset = utf-8 + +[*] +end_of_line = lf +insert_final_newline = true + +[*.{py,html}] +indent_style = space +indent_size = 4