Create .gitattributes

To ensure that all sensetive scripts will be in the correct newline mode
This commit is contained in:
Ilya Kushnir
2023-01-03 00:33:25 +02:00
committed by Danny Lin
parent aeb51dcce9
commit bd387a3504
+6
View File
@@ -0,0 +1,6 @@
# Set the default behavior, in case people don't have core.autocrlf set.
* text eol=lf
# Declare files that will always have CRLF line endings on checkout.
*.cmd text eol=crlf
*.bat text eol=crlf