Add .editorconfig

This commit is contained in:
2026-02-27 15:41:39 +01:00
parent 2e8173bb79
commit d2059cc2a1

10
.editorconfig Normal file
View File

@ -0,0 +1,10 @@
# .editorconfig
root = true
[*.tf]
indent_style = space
indent_size = 2
[*.tfvars]
indent_style = space
indent_size = 2