We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d6c293 commit 4a3144aCopy full SHA for 4a3144a
.pre-commit-hooks.yaml
@@ -0,0 +1,7 @@
1
+# How to use pre-commit hook: https://pre-commit.com
2
+- id: jsonnet-format
3
+ name: Format fix for jsonnet/libsonnet files
4
+ entry: jsonnetfmt -i
5
+ language: golang
6
+ files: '\.(jsonnet|libsonnet)$'
7
+ additional_dependencies: [ "github.com/google/go-jsonnet/cmd/jsonnetfmt" ]
0 commit comments