From: Jiri Vlasak Date: Wed, 28 Jul 2021 12:25:15 +0000 (+0200) Subject: Update editorconfig X-Git-Tag: v0.7.0~7 X-Git-Url: http://rtime.felk.cvut.cz/gitweb/hubacji1/bcar.git/commitdiff_plain/675ecb634111d3ed658410a82bc6557d480b838e Update editorconfig --- 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