Which text editors handle both Windows- and Unix-style line breaks properly?

前端 未结 11 1787
独厮守ぢ
独厮守ぢ 2021-02-19 19:31

Which text editors (free or commercial) handle character encoding and Windows/Unix line breaks properly?

11条回答
  •  旧巷少年郎
    2021-02-19 20:09

    On Windows you can use PowerShell ISE for editing files with Unix line breaks.

    The only side-effect I observed is that you have to set "Save as type" to "All files" on "Save As..." command to avoid appending .ps1 file extension.

提交回复
热议问题