change-newline-style-dos-unix-lf-crlf
Published at 2024-06-25
Last update over 365 days ago
Licensed under CC BY-NC-SA 4.0
softwares-and-tools
unix-cli
crlf
ref: https://unix.stackexchange.com/questions/32001/what-is-m-and-how-do-i-get-rid-of-it
在 vim 中执行以下两行可以把 dos 类型的 CRLF 改为 unix LF:
:set ff=unix
:e ++ff=dos