From 24660866dbff889f6186d5deeadeaebd691d07c8 Mon Sep 17 00:00:00 2001 From: RGBCube Date: Mon, 22 Jan 2024 18:22:00 +0300 Subject: [PATCH] Don't auto format HTML --- modules/helix.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/helix.nix b/modules/helix.nix index c8bc9f9..737113f 100644 --- a/modules/helix.nix +++ b/modules/helix.nix @@ -69,7 +69,7 @@ name = "html"; # Added vto. file-types = [ "asp" "aspx" "htm" "html" "jshtm" "jsp" "rhtml" "shtml" "volt" "vto" "xht" "xhtml" ]; - auto-format = true; + auto-format = false; formatter = prettier "html"; } {