Skip to content

Commit

Permalink
fix broken markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukas Markeffsky authored and calebcartwright committed Apr 27, 2023
1 parent a3b2bfc commit a44c7ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/options.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ pub enum NewlineStyle {
Auto,
/// Force CRLF (`\r\n`).
Windows,
/// Force CR (`\n).
/// Force CR (`\n`).
Unix,
/// `\r\n` in Windows, `\n` on other platforms.
Native,
Expand Down

0 comments on commit a44c7ea

Please sign in to comment.