diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2023-11-05 13:48:01 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2023-11-05 13:48:32 +0100 |
commit | f9e36f2f06233a6e92679a1cd63cedc6be1a4f1b (patch) | |
tree | b13c955b3b5928622d0c954ffc83f76c91955327 | |
parent | f13d8c9f1219da83fd623c40505e04e91cbedb5e (diff) |
gitattributes: fix missing newline at eof
-rw-r--r-- | .gitattributes | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes index 05e51885..462acc88 100644 --- a/.gitattributes +++ b/.gitattributes @@ -19,4 +19,4 @@ *.in text eol=lf *.cmd text eol=crlf -*.bat text eol=crlf
\ No newline at end of file +*.bat text eol=crlf |