Files
Terraform_template/.editorconfig
2026-02-27 15:41:39 +01:00

11 lines
122 B
INI

# .editorconfig
root = true
[*.tf]
indent_style = space
indent_size = 2
[*.tfvars]
indent_style = space
indent_size = 2