Add Dockerfile to editorconfig

Signed-off-by: Ralph Sennhauser <ralph.sennhauser@gmail.com>
This commit is contained in:
Ralph Sennhauser 2025-02-15 08:16:19 +01:00
parent f3948fb9db
commit 038decb12e
No known key found for this signature in database

View file

@ -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