Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredLunde committed Sep 8, 2024
1 parent 973b07d commit a0ce4fa
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions .dprint.jsonc
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
// https://dprint.dev/config/
"exec": {
"commands": [
{
"command": "gofmt",
"exts": ["go"]
}
]
},
"plugins": [
"https://plugins.dprint.dev/markdown-0.17.8.wasm",
"https://plugins.dprint.dev/dockerfile-0.3.2.wasm",
"https://plugins.dprint.dev/exec-0.5.0.json@8d9972eee71fa1590e04873540421f3eda7674d0f1aae3d7c788615e7b7413d0",
"https://plugins.dprint.dev/g-plane/pretty_yaml-v0.5.0.wasm",
"https://plugins.dprint.dev/toml-0.6.2.wasm",
"https://plugins.dprint.dev/biome-0.6.0.wasm" // JSON, TS(X), JS(X)
]
// https://dprint.dev/config/
"exec": {
"commands": [
{
"command": "gofmt",
"exts": ["go"]
}
]
},
"plugins": [
"https://plugins.dprint.dev/markdown-0.17.8.wasm",
"https://plugins.dprint.dev/dockerfile-0.3.2.wasm",
"https://plugins.dprint.dev/exec-0.5.0.json@8d9972eee71fa1590e04873540421f3eda7674d0f1aae3d7c788615e7b7413d0",
"https://plugins.dprint.dev/g-plane/pretty_yaml-v0.5.0.wasm",
"https://plugins.dprint.dev/toml-0.6.2.wasm",
"https://plugins.dprint.dev/biome-0.6.0.wasm" // JSON, TS(X), JS(X)
]
}

0 comments on commit a0ce4fa

Please sign in to comment.