I've created a file with Windows Notepad. It has UTF-8 BOM and CRLF line ends. ``` 00000000 ef bb bf 61 6c 6d 61 20 42 4f 4d 0d 0a |...alma BOM..| 0000000d ``` @greut How should I configure eclint to warn me that there is BOM in this file? Thank you!
I've created a file with Windows Notepad. It has UTF-8 BOM and CRLF line ends.
@greut How should I configure eclint to warn me that there is BOM in this file?
Thank you!