prettier-plugin-kotlin
prettier-plugin-kotlin copied to clipboard
line added to end of files after each parse
Not sure if this project is still active, but when trying to use the plugin every time I run prettier it adds a new line to all my kotlin files.
Steps to reproduce
- Have a kotlin file
- Run prettier --write
- Run prettier --write
- Check the number of lines at the end of the file
Thanks in advance