Choose newline character in Notepad++

2019-01-08 07:45发布

问题:

I notice that when I load a text file, Notepad++ will recognize and use whatever the newline character in that file is, \n or \r\n.

Is there some option where I can select which to use in a new document? (I've looked in help and googled, but can't find anything.)

回答1:

For a new document: Settings -> Preferences -> New Document/Default Directory -> New Document -> Format -> Windows/Mac/Unix

And for an already-open document: Edit -> EOL Conversion



回答2:

"Edit -> EOL Conversion". You can convert to Windows/Linux/Mac EOL there. The current format is displayed in the status bar.



标签: notepad++ eol