Open rdw-software opened 3 years ago
It shouldn't do any formatting, but rather ensure that the formatting has been run on all files. Maybe using prettier for this would also work, as they have a Lua plugin, but I'm not sure if it's actually in a usable state.
prettier
As a starting point, could try this config: https://gist.github.com/Duckwhale/ca4d7564b1f26449477a9f150bee059b
It shouldn't do any formatting, but rather ensure that the formatting has been run on all files. Maybe using
prettier
for this would also work, as they have a Lua plugin, but I'm not sure if it's actually in a usable state.