From cb39600f6f55c9a8db078abc9f16cdec06d020f4 Mon Sep 17 00:00:00 2001 From: Matthew Ryan Dillon Date: Thu, 13 Feb 2025 21:24:59 -0500 Subject: [PATCH] lint: toml formatter --- data/personal.toml | 54 +++++++++++++++++++++------------------------- 1 file changed, 25 insertions(+), 29 deletions(-) diff --git a/data/personal.toml b/data/personal.toml index 8acc095..8d54e8a 100644 --- a/data/personal.toml +++ b/data/personal.toml @@ -5,14 +5,14 @@ ssh_key_path = "$HOME/.ssh/id_ecdsa" origin.base_addr = "ssh://git@pingo.thermokar.st" origin.name = "pingo" repos = [ - "devlog", - "dsort", - "gitolite-admin", - "gpx-web-utils", - "gwar", - "leaving-hope", - "pingo", - "talent-plan", + "devlog", + "dsort", + "gitolite-admin", + "gpx-web-utils", + "gwar", + "leaving-hope", + "pingo", + "talent-plan", ] remotes = [] @@ -23,15 +23,13 @@ ssh_key_path = "$HOME/.ssh/id_ecdsa" origin.base_addr = "ssh://git@pingo.thermokar.st" origin.name = "pingo" repos = [ - "akdillon", - "planner", - # dokku app name is thermokarst, not thermokar.st - "thermokar.st", - "zettel", -] -remotes = [ - { name = "dokku", base_addr = "ssh://dokku@pingo.thermokar.st" }, + "akdillon", + "planner", + # dokku app name is thermokarst, not thermokar.st + "thermokar.st", + "zettel", ] +remotes = [{ name = "dokku", base_addr = "ssh://dokku@pingo.thermokar.st" }] # mds [[workspace]] @@ -40,16 +38,16 @@ ssh_key_path = "$HOME/.ssh/id_ecdsa" origin.base_addr = "ssh://git@pingo.thermokar.st" origin.name = "pingo" repos = [ - "arctic_hibernators_schema", - "bactdb", - "bactdb_data", - "ccdb-api", - "ccdb-old", - "ccdb-web", - "drf_ember_pagination", - "hibernators", - "hibernators-web", - "hymenobacterdotinfo", + "arctic_hibernators_schema", + "bactdb", + "bactdb_data", + "ccdb-api", + "ccdb-old", + "ccdb-web", + "drf_ember_pagination", + "hibernators", + "hibernators-web", + "hymenobacterdotinfo", ] remotes = [] @@ -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 = []