-
-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
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
Comment directive to disable nixfmt #91
Comments
Needed especially for this file: This is a very top-priority feature for me. I've been wanting it for quite some time. |
I think this would be incredibly difficult to implement. You are probably better off simply adding that file to your treefmt ignore list. Edit: Y'all can dislike this comment all you want, this isn't going to make implementing it any easier, and someone skilled and motivated needs to step up to the task |
I don't know what treefmt is nor do I use Neovim. |
It would be hard for us to not format certain sections, it would be easy to skip formatting the entire file. However, there are already ways to achieve this: |
What about when I use formatter = eachSystem (system: inputs.nixfmt.packages.${system}.default); Is there a way to exclude a file then? |
Perhaps a directive to disable a file would work well.
For a whole file, not section. |
Any update to this? |
Functionally the implementation issue is the same as in #223. To quote my comment from there:
|
Description
It'd be nice to have a way to disable formatting with a comment directive such as nix-community/nixpkgs-fmt#265. If this were added I'd probably switch from using
nixpkgs-fmt
.Small example input
Expected output
Actual output
The text was updated successfully, but these errors were encountered: