dprint-plugin-dockerfile
Dockerfile code formatter plugin for dprint.
This uses dockerfile-parser to parse a dockerfile.
Install
Then in your project's directory with a dprint.json file, run:
dprint add dockerfile
# or install from npm
dprint add npm:@dprint/dockerfile
See https://dprint.dev/plugins/dockerfile/ for more information.