https://github.com/chang196700/newline
Newline Extension for Visual Studio Code
https://github.com/chang196700/newline
visual-studio-code vscode vscode-extension
Last synced: 5 months ago
JSON representation
Newline Extension for Visual Studio Code
- Host: GitHub
- URL: https://github.com/chang196700/newline
- Owner: chang196700
- License: mit
- Created: 2020-04-23T04:54:58.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-09-17T09:05:12.000Z (9 months ago)
- Last Synced: 2025-09-17T10:32:50.281Z (9 months ago)
- Topics: visual-studio-code, vscode, vscode-extension
- Language: TypeScript
- Size: 215 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Newline
[](https://marketplace.visualstudio.com/items?itemName=chang196700.newline) [](https://github.com/chang196700/newline/actions/workflows/ci.yml)
## Features
Whenever you save a file, this extension will automatically add a blank line at its end, if there isn't one already. If you have multiple blank lines, only one will be kept.
## Extension Settings
This extension contributes the following settings:
* `newline.fileExtensionsToIgnore`: List of file extensions to which blank lines should not be added.
* `newline.ignoreOnlyNewlinesFile`: Ignore files only have newlines
## Issues
Submit the [issues](https://github.com/chang196700/newline/issues) if you find any bug or have any suggestion.
## Thanks
[vsCodeBlankLine](https://github.com/riccardoNovaglia/vsCodeBlankLine)
## Release Notes
### v0.0.1
Initial release.