Skip to content
This repository was archived by the owner on Oct 8, 2021. It is now read-only.

Build: Normalize line endings #7317

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Build: Normalize line endings
  • Loading branch information
scottgonzalez committed Apr 14, 2014
commit 0b4d980861b90fafadaf156777798b019a9af2d8
5 changes: 5 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Auto detect text files and perform LF normalization
* text=auto

# JS files must always use LF for tools to work
*.js eol=lf