From 04ea4dee3ac42f9c903b1a783abcc4f563c8ee4f Mon Sep 17 00:00:00 2001 From: deltax Date: Mon, 1 Jan 2018 15:05:52 +0100 Subject: [PATCH] Update .editorconfig --- .editorconfig | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 09bc126..28ee5a7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -3,12 +3,16 @@ root = true [*] end_of_line = lf insert_final_newline = true +max_line_length=120 [*.sh] indent_style = space -indent_size = 4 +indent_size = 2 charset = utf-8 trim_trailing_whitespace = true +[*.py] +indent_size=2 + [*.md] trim_trailing_whitespace = false