From 038decb12ef05293dd75e5d5e043420545feff79 Mon Sep 17 00:00:00 2001 From: Ralph Sennhauser Date: Sat, 15 Feb 2025 08:16:19 +0100 Subject: [PATCH] Add Dockerfile to editorconfig Signed-off-by: Ralph Sennhauser --- .editorconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.editorconfig b/.editorconfig index e3ba7f10da..828f41506a 100644 --- a/.editorconfig +++ b/.editorconfig @@ -5,6 +5,10 @@ charset = utf-8 insert_final_newline = true trim_trailing_whitespace = true +[*.Dockerfile] +indent_size = 4 +indent_style = space + [*.py] indent_size = 4 indent_style = space