From 180c81509f6bec740df2957aa3d8aebc4e27b601 Mon Sep 17 00:00:00 2001 From: Felix S Date: Wed, 30 Mar 2022 11:31:25 +0000 Subject: [PATCH] [docs] Add an `.editorconfig` file (#3220) Authored by: fstirlitz --- .editorconfig | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 000000000..40c19fa66 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[**.py] +charset = utf-8 +indent_size = 4 +indent_style = space +trim_trailing_whitespace = true +insert_final_newline = true