diff --git a/.zed/settings.json b/.zed/settings.json --- a/.zed/settings.json +++ b/.zed/settings.json @@ -6,6 +6,7 @@ "languages": { "HTML": { "prettier": { + "format_on_save": false, "allowed": true, "parser": "go-template", "plugins": ["prettier-plugin-go-template"] diff --git a/appview/pages/templates/repo/commit.html b/appview/pages/templates/repo/commit.html --- a/appview/pages/templates/repo/commit.html +++ b/appview/pages/templates/repo/commit.html @@ -65,13 +65,13 @@