Format conflict content in bold red. Use this for conflict markers or conflicted file indicators.
(text: D)
| 502 | /// |
| 503 | /// Use this for conflict markers or conflicted file indicators. |
| 504 | pub fn conflict<D: std::fmt::Display>(text: D) -> StyledObject<D> { |
| 505 | style(text).red().bold() |
| 506 | } |
| 507 | |
| 508 | // File Status Prefix |
| 509 |
no outgoing calls