From 675ecb634111d3ed658410a82bc6557d480b838e Mon Sep 17 00:00:00 2001 From: Jiri Vlasak Date: Wed, 28 Jul 2021 14:25:15 +0200 Subject: [PATCH] Update editorconfig --- .editorconfig | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.editorconfig b/.editorconfig index e874636..549987b 100644 --- a/.editorconfig +++ b/.editorconfig @@ -8,3 +8,12 @@ trim_trailing_whitespace = true indent_style = tab indent_size = 8 max_line_length = 80 + +[*.{py,md}] +end_of_line = lf +insert_final_newline = true +charset = utf-8 +trim_trailing_whitespace = true +indent_style = space +indent_size = 4 +max_line_length = 80 -- 2.39.2