diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c9abf1b..5274869 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,6 +6,8 @@ repos: - id: check-yaml - id: end-of-file-fixer - id: pretty-format-json + args: + - --autofix - id: trailing-whitespace - repo: https://github.com/tofuutils/pre-commit-opentofu rev: v2.4.2 diff --git a/.vscode/extensions.json b/.vscode/extensions.json index 3bcc3ca..2f405ad 100644 --- a/.vscode/extensions.json +++ b/.vscode/extensions.json @@ -1,6 +1,7 @@ { - "recommendations": [ - "EditorConfig.EditorConfig", - "opentofu.vscode-opentofu" - ] + "recommendations": [ + "EditorConfig.EditorConfig", + "opentofu.vscode-opentofu", + "skellock.just" + ] }