We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Why does dockfmt add pointless tabs after Docker keywords?
Why does dockfmt insert a blank line at the start of the Dockerfile?
The text was updated successfully, but these errors were encountered:
Agree. The current style is unusable. It would be nice to have a flags that allow to have my own style of formatting, like in yamlfmt or shfmt
Sorry, something went wrong.
@mcandre @blez,
As the README.md states, it is modeled after gofmt which also uses tabs so I assume that is why tabs are used.
gofmt
You can fork the project and change/add things that you want. Here is the line that adds a tab between the directive and text.
Tangential, but I've been searching something better than checkmake and unmake scratches that itch. Thanks, @mcandre.
checkmake
unmake
No branches or pull requests
Why does dockfmt add pointless tabs after Docker keywords?
Why does dockfmt insert a blank line at the start of the Dockerfile?
The text was updated successfully, but these errors were encountered: