feat(formatting): add yaml formatter

This commit is contained in:
2025-02-04 14:54:10 +01:00
parent a47c982112
commit 0895ff44af
2 changed files with 3 additions and 2 deletions

View File

@@ -16,6 +16,7 @@ return {
svelteress = { "prettier" },
json = { "prettierd" },
dart = { "dart_format" },
yaml = { "yamlfmt" },
},
}
end,