-
is there rustfmt-like tools for wit files?
otherwise, this is a feature request.
moved from: https://github.com/bytecodealliance/wit-bindgen/issues/710
yamt updated
3 months ago
-
If I break within a function, then tango needs to add it's comments inline within the function. rustfmt indents these lines, but as I'm not checking in the *.rs files, this formatting correction is no…
platy updated
8 months ago
-
The formatting options used by the cargo install version (https://github.com/oxidecomputer/progenitor/blob/main/cargo-progenitor/src/main.rs#L94) use formatting options that are documented as unstable…
ghost updated
5 months ago
-
rustfmt's [default newline style is `unix`](https://github.com/rust-lang-nursery/rustfmt/blob/master/Configurations.md#newline_style).
For people using git's `autocrlf`, this will cause problems. …
epage updated
6 years ago
-
Instead of `cargo install cargo-travis`, it'd be helpful to have pre-compiled releases.
For example, you can do the following to install rustfmt:
```curl -LSfs https://japaric.github.io/trust/inst…
epage updated
6 years ago
-
Many files have inconsistent formatting which can make it harder to understand the code. Running rustfmt on all files would ensure that the formatting is consistent.
-
Version of VSCode: Latest
Version of the extension: Latest. Run in legacy mode.
OS: Windows 10 1804
Description:
I cannot autoformat code using Alt+Shift+F, though using `cargo fmt` or `rustfmt`…
-
rust.vim version: latest
It treats the angle brackets of the comparison operators as valid to match on, which is incorrect.
Steps to reproduce:
```rust
if 0 < 0 {
} else if 0 > 0 {
}
```…
-
Example code:
```rust
pub fn try_new_with_date_length_unstable(
provider: &P,
locale: &DataLocale,
length: length::Date,
) -> Result
where
P: // E…
sffc updated
3 months ago
-
Given the recent versions, I am forced to use `dprint-plugin-exec` for formatting the rust files. However, I have noticed ~3 times a slow down in my project. It seems that passing individual files to …