Skip to content

Commit

Permalink
Merge pull request #23 from VBChunguk/line-endings
Browse files Browse the repository at this point in the history
줄 끝 문자에 대한 .gitattributes 추가
  • Loading branch information
youknowone committed Jan 22, 2016
2 parents 439cbae + 31d579d commit 4d63152
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Aheui code files have line endings of lf
*.aheui text eol=lf

# Input and output files should not be changed
*.in binary
*.out binary

0 comments on commit 4d63152

Please sign in to comment.