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 c1eab15 commit bd86077Copy full SHA for bd86077
src/config/options.rs
@@ -20,7 +20,7 @@ pub enum NewlineStyle {
20
Windows,
21
/// Force CR (`\n).
22
Unix,
23
- /// `\r\n` in Windows, `\n`` on other platforms.
+ /// `\r\n` in Windows, `\n` on other platforms.
24
Native,
25
}
26
0 commit comments