Set proper line endings for windows (#2665)
This commit is contained in:
parent
c222657463
commit
51dc1f5276
2 changed files with 4 additions and 0 deletions
3
.gitattributes
vendored
Normal file
3
.gitattributes
vendored
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
* text=auto
|
||||||
|
|
||||||
|
*.sh text eol=lf
|
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,5 +1,6 @@
|
||||||
*.py[cod]
|
*.py[cod]
|
||||||
.*
|
.*
|
||||||
|
!.gitattributes
|
||||||
!.babelrc
|
!.babelrc
|
||||||
!.circleci
|
!.circleci
|
||||||
!.codeclimate.yml
|
!.codeclimate.yml
|
||||||
|
|
Loading…
Reference in a new issue