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
I assume this is related to #32 and so would be fixed by #117, but just in case it's not, I'll put this here:
(How nixpkgs-fmt formats it)
{ pkgs }: with pkgs; { inherit # This comment should be indented, but isn't git# This comment is fine # This comment is also fine nix; }
{ pkgs }: with pkgs; { inherit # This comment should be indented, but isn't git # This comment is fine # This comment is also fine nix; }
The text was updated successfully, but these errors were encountered:
#118 was merged which contained #117
Sorry, something went wrong.
No branches or pull requests
Description
I assume this is related to #32 and so would be fixed by #117, but just in case it's not, I'll put this here:
Small example input
(How nixpkgs-fmt formats it)
Expected output
Actual output
The text was updated successfully, but these errors were encountered: