Skip to content
Permalink
Browse files
chore: force LF as linebreak-style when checking out the repo (#1227)
  • Loading branch information
Alan Agius authored and CaerusKaru committed Sep 5, 2019
1 parent adf5876 commit 502867646a89ca2b7b5dff5a2810c94b790e5a00
Showing with 6 additions and 0 deletions.
  1. +6 −0 .gitattributes
@@ -0,0 +1,6 @@
# Auto detect text files and perform LF normalization
* text=auto

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

0 comments on commit 5028676

Please sign in to comment.