Luca
Luca
This only happens if you have `files.trimFinalNewlines` set to `true`.
> question 1 - what command do you use to format? Do you use "xo: fix all fixable problems" or do you use "format document" with xo enabled as the...
I tried removing all the settings that didn't change this behaviour and I ended up with ```json { "[javascript]": { "editor.defaultFormatter": "samverschueren.linter-xo" }, "editor.formatOnSave": true, "xo.format.enable": true, "files.trimTrailingWhitespace": true }...
@iamkun Not to bother you, but is there anything keeping this simple change from being merged? Just cause it's been open for two years now.