treefmt-nix
treefmt-nix copied to clipboard
treefmt nix configuration
**Describe the bug** Since the very useful #175, we can now check and format with Ruff **To Reproduce** 1. Mess up some Python files in a way that `ruff check`...
**Describe the bug** Running yamlfmt always sets the mtime to the current date even if the contents didn't change. **To Reproduce** ```nix { inputs = { nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; flake-parts.url...
**Is your feature request related to a problem? Please describe.** I'm working with git submodules, and they currently feel incompatible with `treefmt-nix`. **Describe the solution you'd like** `treefmt.config.settings.exclude = [...
**Describe the bug** Hi! Format check fails. But running the formatter doesn't modify anything. It's all formatted but check fails. **To Reproduce** Steps to reproduce the behavior: At [this commit](https://github.com/mlabs-haskell/spo-anywhere/tree/e4e17961406a9d4d54e80c9b29439b4fcacca618)...
**Is your feature request related to a problem? Please describe.** I am trying to see dprint file association for this plugin: https://github.com/g-plane/markup_fmt which requires `markup` config. Error: ``` error: The...
I would like to add [actionlint](https://github.com/rhysd/actionlint) (which is more a linter than a formatter, but I saw that shellcheck seems to be okay, so actionlint should fit, too). However, I'm...
Add all of those formatters: https://github.com/vim-autoformat/vim-autoformat#default-formatprograms
**Is your feature request related to a problem? Please describe.** There are a lot more code formatters out there: https://github.com/vim-autoformat/vim-autoformat#default-formatprograms **Describe the solution you'd like** **Describe alternatives you've considered** **Additional...
adds formatter for rust dioxus framework: https://dioxuslabs.com/blog/release-030#autoformatting - [ ] Accept mutiple arguments - [ ] Rename program name
**Is your feature request related to a problem? Please describe.** It would be nice / easier / cleaner if the integration would not require to define custom-functions. It was a...
Follow-up to #103 When using the `prettier` formatter, how do we actually use the `plugins` option? With ```nix programs.prettier.settings = { plugins = [ "prettier-plugin-tailwindcss" ]; }; ``` (To use...