From 21fa30222a5c7dbb0f8dfdd26f41e2c33765dc27 Mon Sep 17 00:00:00 2001 From: Slavi Pantaleev Date: Sun, 19 Nov 2023 09:36:58 +0200 Subject: [PATCH] Add configuration for Python files to .editorconfig --- .editorconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.editorconfig b/.editorconfig index cc806b2..743e0ed 100644 --- a/.editorconfig +++ b/.editorconfig @@ -19,6 +19,10 @@ trim_trailing_whitespace = true indent_style = space indent_size = 2 +[*.py] +indent_style = space +indent_size = 4 + [group_vars/mash_servers] indent_style = space indent_size = 2