From 57d07f7c6f040886d930f886c81f75ab0147c586 Mon Sep 17 00:00:00 2001 From: demberto Date: Sun, 8 May 2022 21:40:14 +0530 Subject: [PATCH] adopt editorconfig --- .editorconfig | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..5dc5b46 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,12 @@ +# https://editorconfig.org + +root = true + +[*] +charset = utf-8 +indent_style = space +insert_final_newline = true +trim_trailing_whitespace = true + +[{*.py,setup.cfg}] +indent_size = 4