From 5c201a01d42d56fc5d9bcfd3b5cfe190a530ee69 Mon Sep 17 00:00:00 2001 From: Walter Dolce Date: Sat, 9 Apr 2016 19:11:11 +0100 Subject: [PATCH] Define 4 spaces for indentation in .py files --- .editorconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.editorconfig b/.editorconfig index de492d487..6601a5c23 100644 --- a/.editorconfig +++ b/.editorconfig @@ -4,3 +4,4 @@ root = true [*.py] indent_style = space +indent_size = 4