added css formatting

This commit is contained in:
2026-03-20 21:45:55 +00:00
parent 68a7427e80
commit 86752af3e9

View File

@@ -7,6 +7,7 @@ return {
javascript = { "prettier" }, javascript = { "prettier" },
python = { "black" }, python = { "black" },
nix = { "nixfmt" }, nix = { "nixfmt" },
css = { "prettier" },
}, },
format_on_save = true, format_on_save = true,
undojoin = true, undojoin = true,