mirror of
https://github.com/wez/wezterm.git
synced 2024-11-13 07:22:52 +03:00
8ee6739ece
This setting now allows specifying what the canonical format is; previously it was a boolean that meant "don't change anything" if false, and rewrite to CRLF if true. It's now an enum with None, CR, LF, and CRLF variants that express more control. The config accepts true (maps to CRLF) and false (maps to None) for backwards compatibility. The default behavior is unchanged by this commit, however, I did uncover a bug in the canonicalizer for inputs like `\r\r\n`. refs: #1575 |
||
---|---|---|
.. | ||
src | ||
build.rs | ||
Cargo.toml |