An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Newline

[![Visual Studio Marketplace Version](https://img.shields.io/visual-studio-marketplace/v/chang196700.newline)](https://marketplace.visualstudio.com/items?itemName=chang196700.newline) [![CI](https://github.com/chang196700/newline/actions/workflows/ci.yml/badge.svg)](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.