feat: add yaml formatter

This commit is contained in:
Mikolaj_Bien 2025-06-23 09:10:10 +02:00
parent 81eb3d0c83
commit cabd093c5c
1 changed files with 2 additions and 0 deletions

View File

@ -49,6 +49,8 @@ return { -- Autoformat
sql = { 'sqlfmt' }, sql = { 'sqlfmt' },
zig = { 'zig-fmt' }, zig = { 'zig-fmt' },
fish = { 'fish_indent' }, fish = { 'fish_indent' },
yaml = { 'yamlfmt' },
yml = { 'yamlfmt' },
}, },
}, },
} }