From ae11977b4f00e9aca99655877f0584fab791c58b Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Sun, 3 Sep 2017 16:25:14 +0200 Subject: o PEP 8 says python indent is 4 spaces. --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.editorconfig') diff --git a/.editorconfig b/.editorconfig index 7267e19..43c9cff 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,2 +1,2 @@ [*.py] -indent = 2 +indent = 4 -- cgit v1.2.3