From 8bd9b57db231f6ea605cc96003a33c57a061b048 Mon Sep 17 00:00:00 2001 From: Clemens Pohle <clemens.pohle@stud.h-da.de> Date: Thu, 13 Jun 2024 15:53:05 +0200 Subject: [PATCH] Change EditorConfig to indent .py files with 4 spaces --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.editorconfig b/.editorconfig index e980e23..57ed4ba 100644 --- a/.editorconfig +++ b/.editorconfig @@ -13,3 +13,6 @@ quote_type = single [*.md] max_line_length = off trim_trailing_whitespace = false + +[*.py] +indent_size = 4 -- GitLab