safetynet-fix/.gitattributes
Ilya Kushnir bd387a3504 Create .gitattributes
To ensure that all sensetive scripts will be in the correct newline mode
2023-01-06 12:01:12 -08:00

7 lines
197 B
Plaintext

# 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