lint: toml formatter

This commit is contained in:
Matthew Ryan Dillon 2025-02-13 21:24:59 -05:00
parent ebc736f780
commit cb39600f6f

View file

@ -29,9 +29,7 @@ repos = [
"thermokar.st",
"zettel",
]
remotes = [
{ name = "dokku", base_addr = "ssh://dokku@pingo.thermokar.st" },
]
remotes = [{ name = "dokku", base_addr = "ssh://dokku@pingo.thermokar.st" }]
# mds
[[workspace]]
@ -59,7 +57,5 @@ path = "$HOME/projects/personal"
ssh_key_path = "$HOME/.ssh/id_ecdsa"
origin.base_addr = "ssh://git@github.com/thermokarst"
origin.name = "thermokarst"
repos = [
"thermokarst",
]
repos = ["thermokarst"]
remotes = []