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 866bd2a commit e6f4eb6Copy full SHA for e6f4eb6
.prototools
@@ -1,5 +1,17 @@
1
+proto = "0.53.2"
2
+moon = "1.41.3"
3
+
4
+commitlint = "0.10.1"
5
dprint = "0.50.1"
6
+lefthook = "1.12.2"
7
8
[plugins]
9
gcloud-test = "source:target/wasm32-wasip1/debug/gcloud_plugin.wasm"
-dprint = "https://raw.githubusercontent.com/Phault/proto-toml-plugins/main/dprint/plugin.toml"
10
+commitlint = "https://raw.githubusercontent.com/ageha734/proto-plugins/refs/heads/master/toml/commitlint.toml"
11
+dprint = "https://raw.githubusercontent.com/ageha734/proto-plugins/refs/heads/master/toml/dprint.toml"
12
+lefthook = "https://raw.githubusercontent.com/ageha734/proto-plugins/refs/heads/master/toml/lefthook.toml"
13
14
+[settings]
15
+auto-clean = true
16
+auto-install = true
17
+detect-strategy = "only-prototools"
0 commit comments