From ac65a4174cb7bfa5d2998a466cd96a7615749bc2 Mon Sep 17 00:00:00 2001
From: Martin Weinelt <martin@darmstadt.freifunk.net>
Date: Sun, 12 Apr 2020 16:13:06 +0200
Subject: [PATCH] .editorconfig: add python

---
 .editorconfig | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.editorconfig b/.editorconfig
index 6ac0df79c..232195918 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -6,3 +6,7 @@ end_of_line = lf
 insert_final_newline = true
 indent_style = tab
 charset = utf-8
+
+[*.py]
+indent_style = space
+indent_size = 4
-- 
GitLab