Closed thernstig closed 3 hours ago
The json-language-features LSP code formatting should add a new line at EOF for code formatting.
It should according to POSIX, see https://stackoverflow.com/a/729795/1853417.
We have setting for this: 'files.insertFinalNewline' The value of the setting is passed to the formatter,
The json-language-features LSP code formatting should add a new line at EOF for code formatting.
It should according to POSIX, see https://stackoverflow.com/a/729795/1853417.