feat: add yaml formatter
This commit is contained in:
parent
81eb3d0c83
commit
cabd093c5c
|
|
@ -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' },
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue