Files
FixIt/layouts/_partials/function/dos2unix.html
T

5 lines
131 B
HTML

{{- /* Unify new lines symbol */ -}}
{{- /* See https://en.wikipedia.org/wiki/Newline */ -}}
{{- return replace . "\r\n" "\n" -}}