google / google/google-java-format
Link lines longer than 100 chars are malformed in ///
- 主要语言
- Java
- 星标
- 6.2k
- 派生
- 937
- 平均合并
- 6 分钟
- 30 天内合并 PR
- 3
描述
The first line illustrates a 100 character long line
The following are a markdown link line of 100 characters, and the next the same of 101 characters.
```
1234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890
/// [Design-doc](8901234567890123456789012345678901234567890123456789012345678901234567890123456789)
/// [Design-doc](89012345678901234567890123456789012345678901234567890123456789012345678901234567890)
```
The first is maintained through the formatter
The second is malformed by moving the link to a new line prefixed by `//`
```
/// [Design-doc](8901234567890123456789012345678901234567890123456789012345678901234567890123456789)
///
// [Design-doc](89012345678901234567890123456789012345678901234567890123456789012345678901234567890)
```
It'll do this regaurdless of `///` comments before or after, so it can result in a `//` line in the middle of `///` ones
贡献指南
评估
这个 Issue 还没有评估数据。