mfussenegger / nvim-jdtls

Extensions for the built-in LSP support in Neovim for eclipse.jdt.ls
GNU General Public License v3.0
979 stars 62 forks source link

Normalize source line endings when loading classfile contents #587

Closed joaomsa closed 7 months ago

joaomsa commented 7 months ago

The JDTLS output for java/classFileContents in certain JARs currently returns code with dos style CRLF line endings. This PR aims to ensure that it consistently returns code with unix style line endings.