mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-30 18:53:39 +00:00
c77c6a405d
Previously the indetation of a line was compared with the configured number of spaces per tab, which could cause lines that were formatted with hard tabs not to be recognized as indented ("\t".len() < " ".len()). Closes #4152 |
||
---|---|---|
.. | ||
cargo-fmt | ||
config | ||
coverage | ||
license-template | ||
parser | ||
rustfmt | ||
source | ||
target | ||
writemode |