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

4 lines
130 B
HTML

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