Skip to content

Commit

Permalink
Fix typo in .gitattributes, fixes zaphoyd#280
Browse files Browse the repository at this point in the history
  • Loading branch information
zaphoyd committed Jul 27, 2013
1 parent 485304b commit e457467
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Lineendings
*.sln eol=crlf
*.vcproj eol=crlf
*.vcxproj* eol=crfl
*.vcxproj* eol=crlf

# Whitespace rules
# strict (no trailing, no tabs)
Expand All @@ -15,4 +15,4 @@
*.txt whitespace=trailing-space,space-before-tab,cr-at-eol

# special files which must ignore whitespace
*.patch whitespace=-trailing-space
*.patch whitespace=-trailing-space
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
HEAD
- Fix typo in .gitattributes file. Thank you jstarasov for reporting this. #280
- Add missing locale include. Thank you Toninoso for reporting this. #281
- Refactors `asio_transport` endpoint and adds full documentation and exception
free varients of all methods.
Expand Down

0 comments on commit e457467

Please sign in to comment.