Add .gitattributes to enforce consistent line endings

This commit is contained in:
Mayank Chhabra 2023-08-18 00:41:04 +07:00
parent 2a24cb9e60
commit 339cf66be6
1 changed files with 3 additions and 0 deletions

3
.gitattributes vendored Normal file
View File

@ -0,0 +1,3 @@
* text=auto
*.sh eol=lf
*.yml text