Add gitattributes to prevent file formatting (#7293)
This commit is contained in:
parent
445cc82642
commit
decb8076c2
|
|
@ -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
|
||||
Loading…
Reference in New Issue