Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0f0f07b1d0 | |||
| bd6c4feeed |
@@ -8,3 +8,7 @@ trim_trailing_whitespace = true
|
|||||||
[*.tofu]
|
[*.tofu]
|
||||||
indent_size = 2
|
indent_size = 2
|
||||||
indent_style = space
|
indent_style = space
|
||||||
|
|
||||||
|
[*.json]
|
||||||
|
indent_size = 2
|
||||||
|
indent_style = space
|
||||||
|
|||||||
@@ -5,3 +5,4 @@ terraform.tfstate.backup
|
|||||||
|
|
||||||
!.gitignore
|
!.gitignore
|
||||||
!.editorconfig
|
!.editorconfig
|
||||||
|
!.vscode
|
||||||
|
|||||||
Vendored
+6
@@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"recommendations": [
|
||||||
|
"EditorConfig.EditorConfig",
|
||||||
|
"opentofu.vscode-opentofu"
|
||||||
|
]
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user