Compare commits

...

2 Commits

Author SHA1 Message Date
JamesAllenby 0f0f07b1d0 style: add json editor config 2026-06-23 20:02:09 +01:00
JamesAllenby bd6c4feeed feat: add recommended extensions 2026-06-23 19:53:51 +01:00
3 changed files with 11 additions and 0 deletions
+4
View File
@@ -8,3 +8,7 @@ trim_trailing_whitespace = true
[*.tofu]
indent_size = 2
indent_style = space
[*.json]
indent_size = 2
indent_style = space
+1
View File
@@ -5,3 +5,4 @@ terraform.tfstate.backup
!.gitignore
!.editorconfig
!.vscode
+6
View File
@@ -0,0 +1,6 @@
{
"recommendations": [
"EditorConfig.EditorConfig",
"opentofu.vscode-opentofu"
]
}