Skip to content

Commit 94ecaeb

Browse files
hbcarlosfcollonval
authored andcommitted
Add .gitattributes file for line endings
Remove all files to add again and restore line endings Normalize all the line endings Make prettier happy
1 parent 3d131a4 commit 94ecaeb

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.gitattributes

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
2+
# Set the default behavior, in case people don't have core.autocrlf set.
3+
* text=auto
4+
5+
# Explicitly declare text files you want to always be normalized and converted
6+
# to native line endings on checkout.
7+
*.ts text eol=lf
8+
*.tsx text eol=lf

0 commit comments

Comments
 (0)