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

@ -5,14 +5,14 @@ ssh_key_path = "$HOME/.ssh/id_ecdsa"
origin.base_addr = "ssh://git@pingo.thermokar.st" origin.base_addr = "ssh://git@pingo.thermokar.st"
origin.name = "pingo" origin.name = "pingo"
repos = [ repos = [
"devlog", "devlog",
"dsort", "dsort",
"gitolite-admin", "gitolite-admin",
"gpx-web-utils", "gpx-web-utils",
"gwar", "gwar",
"leaving-hope", "leaving-hope",
"pingo", "pingo",
"talent-plan", "talent-plan",
] ]
remotes = [] remotes = []
@ -23,15 +23,13 @@ ssh_key_path = "$HOME/.ssh/id_ecdsa"
origin.base_addr = "ssh://git@pingo.thermokar.st" origin.base_addr = "ssh://git@pingo.thermokar.st"
origin.name = "pingo" origin.name = "pingo"
repos = [ repos = [
"akdillon", "akdillon",
"planner", "planner",
# dokku app name is thermokarst, not thermokar.st # dokku app name is thermokarst, not thermokar.st
"thermokar.st", "thermokar.st",
"zettel", "zettel",
]
remotes = [
{ name = "dokku", base_addr = "ssh://dokku@pingo.thermokar.st" },
] ]
remotes = [{ name = "dokku", base_addr = "ssh://dokku@pingo.thermokar.st" }]
# mds # mds
[[workspace]] [[workspace]]
@ -40,16 +38,16 @@ ssh_key_path = "$HOME/.ssh/id_ecdsa"
origin.base_addr = "ssh://git@pingo.thermokar.st" origin.base_addr = "ssh://git@pingo.thermokar.st"
origin.name = "pingo" origin.name = "pingo"
repos = [ repos = [
"arctic_hibernators_schema", "arctic_hibernators_schema",
"bactdb", "bactdb",
"bactdb_data", "bactdb_data",
"ccdb-api", "ccdb-api",
"ccdb-old", "ccdb-old",
"ccdb-web", "ccdb-web",
"drf_ember_pagination", "drf_ember_pagination",
"hibernators", "hibernators",
"hibernators-web", "hibernators-web",
"hymenobacterdotinfo", "hymenobacterdotinfo",
] ]
remotes = [] remotes = []
@ -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 = []