1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-29 19:17:45 +00:00

Don't auto format HTML

This commit is contained in:
RGBCube 2024-01-22 18:22:00 +03:00
parent 4ec0461cfc
commit 24660866db
No known key found for this signature in database

View file

@ -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";
}
{