Skip to content

Commit

Permalink
Fix typo in .gitattributes comment
Browse files Browse the repository at this point in the history
  • Loading branch information
karen-arutyunov committed Mar 5, 2020
1 parent 508f6c0 commit 6b887fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#*.bat text eol=crlf

# Use `eol=lf` for files that should have the LF line ending both in the
# working tree (even on Windows) in the repository.
# working tree (even on Windows) and in the repository.
#
#*.sh text eol=lf

Expand Down
4 changes: 2 additions & 2 deletions bdep/new.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -927,15 +927,15 @@ namespace bdep
<< "# converted to the platform-native line ending (LF on Unix, CRLF on Windows)" << endl
<< "# in the working tree and to LF in the repository." << endl
<< "#" << endl
<< "* text=auto"<< endl
<< "* text=auto" << endl
<< endl
<< "# Use `eol=crlf` for files that should have the CRLF line ending both in the" << endl
<< "# working tree (even on Unix) and in the repository." << endl
<< "#" << endl
<< "#*.bat text eol=crlf" << endl
<< endl
<< "# Use `eol=lf` for files that should have the LF line ending both in the" << endl
<< "# working tree (even on Windows) in the repository." << endl
<< "# working tree (even on Windows) and in the repository." << endl
<< "#" << endl
<< "#*.sh text eol=lf" << endl
<< endl
Expand Down

0 comments on commit 6b887fd

Please sign in to comment.