rust-lang/rustfmt
在 GitHub 查看Improve Documentation For `single_line_if_else_max_width` in `Configurations.md` + Add Tests
Open
#5,496 创建于 2022年8月11日
A-configE-needs-testgood first issue
仓库指标
- Star
- (4,893 star)
- PR 合并指标
- (平均合并 67天) (30 天内合并 5 个 PR)
描述
The single_line_if_else_max_width is one of many configuration options that could use some improvements to it's documentation. It would be great to:
- Add code snippets to highlight the functionality this option provides
- Describe that the behavior of this option changes when
version=Twois set.
Additionally, some tests for the options should be added to tests/source/configs/ and tests/target/configs/. See the Create test cases section of the Contributing guide for more details. It would be great to have test cases for both version=One and version=Two.