From 5df275fba9dc5eea76d53e23ad57d5770c01154a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Kucharczyk?= Date: Thu, 24 Jun 2021 23:21:03 +0200 Subject: [PATCH] Add .editorconfig --- .editorconfig | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..6065fe6 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,11 @@ +root = true + +[*] +trim_trailing_whitespace = true +end_of_line = lf +insert_final_newline = false +charset = utf-8 + +[*.py] +indent_style = space +indent_size = 2 \ No newline at end of file