redesign 2023
This commit is contained in:
4
themes/FixIt/layouts/partials/function/dos2unix.html
Normal file
4
themes/FixIt/layouts/partials/function/dos2unix.html
Normal file
@ -0,0 +1,4 @@
|
||||
{{- /* Unify new lines symbol */ -}}
|
||||
{{- /* See https://en.wikipedia.org/wiki/Newline */ -}}
|
||||
|
||||
{{- return replace . "\r\n" "\n" -}}
|
Reference in New Issue
Block a user