style: format extensions.json

This commit is contained in:
2026-06-23 20:24:53 +01:00
parent 425e8760af
commit 01beaf0536
2 changed files with 7 additions and 4 deletions
+2
View File
@@ -6,6 +6,8 @@ repos:
- id: check-yaml - id: check-yaml
- id: end-of-file-fixer - id: end-of-file-fixer
- id: pretty-format-json - id: pretty-format-json
args:
- --autofix
- id: trailing-whitespace - id: trailing-whitespace
- repo: https://github.com/tofuutils/pre-commit-opentofu - repo: https://github.com/tofuutils/pre-commit-opentofu
rev: v2.4.2 rev: v2.4.2
+2 -1
View File
@@ -1,6 +1,7 @@
{ {
"recommendations": [ "recommendations": [
"EditorConfig.EditorConfig", "EditorConfig.EditorConfig",
"opentofu.vscode-opentofu" "opentofu.vscode-opentofu",
"skellock.just"
] ]
} }