Skip to content
Snippets Groups Projects
Commit 2e6d10aa authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Add display files (*.ans, *.asc, *.msg) as text with CRLF EOLs

Fix issue #457

May as specify that .asc and .msg are text too, though no known reason why
CRLF EOLs may be more desireable.
parent b4b98f13
Branches
Tags
No related merge requests found
......@@ -10,7 +10,7 @@
*.txt text
*.TXT text
*.json text
*.bat text
*.bat text eol=crlf
*.mak text
*.mk text
makefile text
......@@ -18,4 +18,8 @@ Makefile text
GNUmakefile text
*.bin -text
*.cnf -text
*.ans text eol=crlf
*.ANS text eol=crlf
*.asc text eol=crlf
*.msg text eol=crlf
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment