fix(dart): add file name to formatter

Fix dart_format failing to format because there wasn't a file name
included.
This commit is contained in:
Jordy 2025-10-21 16:20:53 +02:00
parent e8a1d8b628
commit 19f8738dec

View file

@ -22,7 +22,7 @@ return {
opts = {
formatters = {
dart_format = {
args = { "format", "--line-length", "120" },
args = { "format", "--line-length", "120", "$FILENAME" },
},
},
formatters_by_ft = {