Add gitattributes to prevent file formatting (#7293)

This commit is contained in:
Albumen Kevin 2021-03-01 15:44:41 +08:00 committed by GitHub
parent 445cc82642
commit decb8076c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

4
.gitattributes vendored Normal file
View File

@ -0,0 +1,4 @@
# Git will understand that all files specified are not text,
# and it should not try to change them.
# This will prevent file formatting (such as `crlf` endings to `lf` endings) while commit.
* -text