Files
FixIt/layouts/partials/function/dos2unix.html
T
2022-08-27 12:37:57 +08:00

5 lines
131 B
HTML

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