From f735f033d3494fab03edef0da9cfb88f175a29a8 Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Mon, 23 Jun 2025 21:13:41 +0200 Subject: [PATCH] Fix indentation --- bin/web/src/lib/components/ConfigForm.svelte | 311 +++++++++---------- 1 file changed, 155 insertions(+), 156 deletions(-) diff --git a/bin/web/src/lib/components/ConfigForm.svelte b/bin/web/src/lib/components/ConfigForm.svelte index 6697f3d..cd334e5 100644 --- a/bin/web/src/lib/components/ConfigForm.svelte +++ b/bin/web/src/lib/components/ConfigForm.svelte @@ -79,201 +79,200 @@ {#if showConfig} {#if loading} -
Loading config...
+
Loading config...
{:else if config} -
{ e.preventDefault(); saveConfig(); }}> -
- - -
- -
- - -
- -
- - -
- -
- - -
- -
-
- -