lint: toml formatter
This commit is contained in:
parent
ebc736f780
commit
cb39600f6f
1 changed files with 25 additions and 29 deletions
|
@ -29,9 +29,7 @@ repos = [
|
||||||
"thermokar.st",
|
"thermokar.st",
|
||||||
"zettel",
|
"zettel",
|
||||||
]
|
]
|
||||||
remotes = [
|
remotes = [{ name = "dokku", base_addr = "ssh://dokku@pingo.thermokar.st" }]
|
||||||
{ name = "dokku", base_addr = "ssh://dokku@pingo.thermokar.st" },
|
|
||||||
]
|
|
||||||
|
|
||||||
# mds
|
# mds
|
||||||
[[workspace]]
|
[[workspace]]
|
||||||
|
@ -59,7 +57,5 @@ path = "$HOME/projects/personal"
|
||||||
ssh_key_path = "$HOME/.ssh/id_ecdsa"
|
ssh_key_path = "$HOME/.ssh/id_ecdsa"
|
||||||
origin.base_addr = "ssh://git@github.com/thermokarst"
|
origin.base_addr = "ssh://git@github.com/thermokarst"
|
||||||
origin.name = "thermokarst"
|
origin.name = "thermokarst"
|
||||||
repos = [
|
repos = ["thermokarst"]
|
||||||
"thermokarst",
|
|
||||||
]
|
|
||||||
remotes = []
|
remotes = []
|
||||||
|
|
Loading…
Add table
Reference in a new issue