From 896d844cac976afd0ee8aa73dd2fb28e15e7ac79 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Tue, 18 Mar 2025 22:40:46 +0100 Subject: feat: Convert templ components to gomponents --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.editorconfig') diff --git a/.editorconfig b/.editorconfig index d0afaf3..34e76d0 100644 --- a/.editorconfig +++ b/.editorconfig @@ -8,7 +8,7 @@ indent_style = space insert_final_newline = true trim_trailing_whitespace = true -[{justfile,go.mod,go.sum,*.go,*.templ,.gitmodules}] +[{justfile,go.mod,go.sum,*.go,.gitmodules}] indent_style = tab [*.yaml] -- cgit 1.4.1