pkg(nixvim): Delete reorder_array option for taplo and reformat all toml files
This commit is contained in:
parent
e70d021a24
commit
54d4bc057e
7 changed files with 60 additions and 60 deletions
|
|
@ -23,7 +23,7 @@
|
|||
return "${lib.getExe pkgs.taplo}"
|
||||
end
|
||||
end,
|
||||
args = { "format", "-o", "reorder_keys=true", "-o", "reorder_inline_tables=true", "-o", "reorder_arrays=true", "-" },
|
||||
args = { "format", "-o", "reorder_keys=true", "-o", "reorder_inline_tables=true", "-" },
|
||||
})
|
||||
end
|
||||
'';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue