mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
chore: add .gitattributes with new lines config
This commit is contained in:
parent
fe2a09bc7f
commit
7e708ccf98
1 changed files with 5 additions and 0 deletions
5
.gitattributes
vendored
Normal file
5
.gitattributes
vendored
Normal file
|
|
@ -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
|
||||
Loading…
Reference in a new issue