vscode: set editor to not show newline at end-of-file as empty line

and also tell it to always add newline at EOF to be consistent with
traditional editors like vim and others

Change-Id: Iba7e9a3778229c72c06981bd95460980f8c4e9d6
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/127333
Tested-by: Jenkins
Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
This commit is contained in:
Christian Lohmaier 2021-12-22 17:53:57 +01:00
parent 46ebf8c0ad
commit 8f6c5861a1

View file

@ -62,6 +62,9 @@
"editor.rulers": [
100
],
// files in the repo should in general have a newline at end-of-file
"files.insertFinalNewline": true,
"editor.renderFinalNewline": false,
"gitlens.autolinks": [
{
"prefix": "tdf#",