Add gitattributes to prevent file formatting (#7229)

* add gitattributes

* pretty comment
This commit is contained in:
Albumen Kevin 2021-02-20 15:34:14 +08:00 committed by GitHub
parent 9cecbc3df8
commit 33a547cd2f
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