Skip to content
This repository has been archived by the owner on Apr 22, 2020. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardoNovaglia authored Nov 19, 2017
1 parent 989ec29 commit 5a82890
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
## Don't you hate it when git complains there's no blank line at the end of a file? Me too!!

Looks like VSCode finally caught up with the features in this extension!
```
"files.trimTrailingWhitespace": true
"files.trimFinalNewlines": true
"files.insertFinalNewline": true
```
You can simply use those now. Thanks for using this extension, I hope it was useful!



---




Whenever you save a file, this extension will automatically add a blank line at its end, if there isn't one already. A message box will let you know when this happens. You can dismiss it with the "Close" button or just hit Esc. If you have multiple blank lines, only one will be kept.

You can hit "Revert!" and the change will be reverted.
Expand Down

0 comments on commit 5a82890

Please sign in to comment.