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
Example file.sh:
file.sh
#!/bin/sh ( # Comment true )
Running shfmt -w -l 1st time produces (2 spaces in front of the comment):
shfmt -w -l
Running shfmt -w -l 2nd time produces (3 spaces in front of the comment):
Every time you run shfmt adds another space in front of the comment, never satisfied with the amount of them.
shfmt
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Example
file.sh
:Running
shfmt -w -l
1st time produces (2 spaces in front of the comment):Running
shfmt -w -l
2nd time produces (3 spaces in front of the comment):Every time you run
shfmt
adds another space in front of the comment, never satisfied with the amount of them.The text was updated successfully, but these errors were encountered: