Skip to content

Commit

Permalink
vscode: editor.renderFinalNewline seems to have no effect?
Browse files Browse the repository at this point in the history
Still displays empty line at the end.
created microsoft/vscode#80725
  • Loading branch information
vogler committed Sep 11, 2019
1 parent a42b6ce commit fdc3176
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Library/Application Support/Code/User/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"editor.renderFinalNewline": false, // seems to have no effect?
"editor.wordWrap": "on",
// "editor.cursorStyle": "block-outline",
"editor.cursorBlinking": "solid",
Expand Down

0 comments on commit fdc3176

Please sign in to comment.