chore: nix conform

This commit is contained in:
2025-01-25 00:20:23 +00:00
parent 5c95d29a74
commit 7d09ff1adf
2 changed files with 2 additions and 1 deletions

View File

@@ -9,6 +9,7 @@ return {
typescript = { "prettier" },
json = { "prettier" },
tsx = { "prettier" },
nix = { "nixfmt" },
},
format_on_save = {
-- These options will be passed to conform.format()