From 85a23285b8dfed898b8518cded942ea962505c40 Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Mon, 3 May 2021 15:07:18 +0200 Subject: [PATCH] editorconfig --- configs/editorconfig | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 configs/editorconfig diff --git a/configs/editorconfig b/configs/editorconfig new file mode 100644 index 0000000..794c2d4 --- /dev/null +++ b/configs/editorconfig @@ -0,0 +1,15 @@ +# editorconfig.org + +root = true + +[*] +charset = utf-8 +end_of_line = lf +indent_size = 2 +# max_line_length = 120 +indent_style = space +trim_trailing_whitespace = true +insert_final_newline = true + +[*.py] +indent_size = 4