I have been given an xml file which when opened in Notepad++ shows encoding “Windows (CR LF)” “UTF-8”

I need to write a new file with the same encoding. My writer has these parameters

It writes the file ok but in Notepad++ the file encoding shows “Unix (LF)” UTF-8-BOM”

What writer parameters should I use to get the same output?