Fix linting errors - blank lines and spaces

This commit is contained in:
Prashanth K S 2021-08-29 20:18:07 +05:30
parent f1b3a0c2a7
commit a9450d124b

View file

@ -7,6 +7,7 @@ Images are automatically copied to the `/attachments` folder and a reference is
A prompt will ask you to confirm the name of the image, to disable it set `"pasteImage.showFilePathConfirmInputBox": false,` in the settings.
To change the location where the image is created, change the `pasteImage.path` property, e.g.:
- `${currentFileDir}`: save the image next to the file
- `${currentFileDir}/images`: create an `images` directory next to the file and save the image there