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

Commit 5448ddc

Browse files
Fixed typo in readme
1 parent 25d0558 commit 5448ddc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Whenever you save a file, this extension will automatically add a blank line at
55
If you didn't want the line, you can hit "Revert!" and it will be removed. The file will be automatically saved as it was, without the blank line. Making futher changes and saving the file will trigger the extension once again, but don't dispair!
66
If this is bugging you because this one file should NOT have a line at its end, just hit "Stop that!" and it will stop that! Now when you save the file, nothing will happen! (except saving the file of course... the blank line won't be added though)
77

8-
NEW: Now 100% more configurable! I've added a configuration option to allow you to disable the message that appears when the new line is added. By default it's set to true and you'll see the message, if you don't fancy that just jump to your VS Code config file and add change
8+
NEW: Now 100% more configurable! I've added a configuration option to allow you to disable the message that appears when the new line is added. By default it's set to true and you'll see the message, if you don't fancy that just jump to your VS Code config file and change
99

1010
`//-------- Flag to indicate whether to display an message when a line is added to your file --------`
1111
`// Controls whether a message is displayed each time a line is added to your file`

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "missinglineendoffile",
33
"displayName": "Blank Line at the End of File",
44
"description": "This extension will add a blank line at the end of your files when you save them!",
5-
"version": "0.1.0",
5+
"version": "0.1.1",
66
"publisher": "riccardoNovaglia",
77
"repository": {
88
"type": "git",

0 commit comments

Comments
 (0)