microsoft/vscode-json-languageservice

insertFinalNewline should default to true

jzelinskie opened this issue · 0 comments

AFAICT, when the formatting option insertFinalNewline is true, it respects the existing final newline format and when it is false, it always strips the final newline.

IMO, the former is actually a more sane default, but it appears that the default is actually the latter.