Skip to content
Snippets Groups Projects
Commit ca9a691f 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 6c5cb01c
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #3391 passed
......@@ -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