Tracking issue for unstable option: `match_arm_indent`. This option was added by https://github.com/rust-lang/rustfmt/pull/6525 and requested in https://github.com/rust-lang/rustfmt/issues/2937 [Option documentation.](https://rust-lang.github.io/rustfmt/#match_arm_indent) See [Processes.md, "Stabilising an Option"](https://github.com/rust-lang/rustfmt/blob/master/Processes.md#stabilising-an-option): - [x] Is the default value correct? - [ ] The design and implementation of the option are sound and clean. - [ ] The option is well tested, both in unit tests and, optimally, in real usage. - [ ] There is no open bug about the option that prevents its use. Also see: - [Configuration Option Stabilization](https://github.com/rust-lang/rustfmt/discussions/5365) - [How can I help get a config option stabilized?](https://github.com/rust-lang/rustfmt/discussions/5367)
Tracking issue for unstable option:
match_arm_indent.This option was added by #6525 and requested in #2937
Option documentation.
See Processes.md, "Stabilising an Option":
Also see: