This commit is contained in:
bieniucieniu 2025-07-12 11:38:17 +02:00
commit cec2b34c58
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' },
}, },
}, },
} }