-
On all of our repos we have a CI check that ensures rustfmt has been run and fails the build if it has not, and we are experimenting with changing to use the `actions-rs` action for just that instead …
-
Don't turn off rustfmt if rustfmt.exe is not found:
![image](https://user-images.githubusercontent.com/25817412/117152934-041d3280-adaa-11eb-9b2c-a72286015d68.png)
-
# ARTIQ Feature Request
## Problem this request addresses
Several minor issues/suggestions on `flake.nix` and `.gitignore`
- [ ] add `result` produced by `nix` to `.gitignore`, and refactor `.git…
-
Emacs configuration [option](https://github.com/rust-lang/rust-mode#formatting-with-rustfmt) should be also mentioned in the documentation.
-
I use nix to install rustfmt,
so assume to support default installed rustfmt can just try to search path for `rustfmt` binary.
So https://github.com/oxidecomputer/rustfmt-wrapper/blob/bc2effe71d…
-
#### version
`rustfmt 1.7.1-nightly (94885bc6 2024-09-01)`
#### rustfmt.toml
```toml
max_width = 80
use_small_heuristics = "Max"
```
#### example
```rust
fn _hincrbyex(
_a: &mut i64,
_key: &…
-
It would be nice to have an option (or a default behavior) to format cells with rustfmt
-
`cargo fmt` doesn't seem to support `--manifest-path` anymore. See https://github.com/rust-lang-nursery/rustfmt/issues/2817
-
cgmath is a very old library, and has not yet had the rustfmt treatment! Most Rustaceans have it on by default in their editors, and we should make sure we can make contributing easy by running it on …
-