Add VSCode settings for HCL file formatting

This commit is contained in:
2026-01-18 12:01:09 +01:00
parent 54dd1e4e4f
commit 1034231806

6
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,6 @@
{
"[hcl]": {
"editor.tabSize": 2,
"editor.insertSpaces": true
}
}