We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3b2bfc commit a44c7eaCopy full SHA for a44c7ea
src/config/options.rs
@@ -18,7 +18,7 @@ pub enum NewlineStyle {
18
Auto,
19
/// Force CRLF (`\r\n`).
20
Windows,
21
- /// Force CR (`\n).
+ /// Force CR (`\n`).
22
Unix,
23
/// `\r\n` in Windows, `\n` on other platforms.
24
Native,
0 commit comments