Menu

Toshimaru's Blog

Visual Studio Code: How to Insert New Line at the End of File

Aftre openning “Settings”, add a line to configuration JSON as follows:

{
  ...
  "files.insertFinalNewline": true
}

Refefence

Load more