Skip to content

Commit

Permalink
Make Git automatically normalize line endings
Browse files Browse the repository at this point in the history
  • Loading branch information
alrra committed Apr 8, 2017
1 parent 1a9412c commit 3417d7d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# For more information about the configurations used
# in this file, please see the EditorConfig documentation:
#
# http://editorconfig.org

root = true
Expand Down
4 changes: 4 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Automatically normalize line endings for all text-based files.
# https://git-scm.com/docs/gitattributes#_end_of_line_conversion

* text=auto

0 comments on commit 3417d7d

Please sign in to comment.