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

https://github.com/jongha/gedit-removetrailingspaces

Trailing space that appears at the end of a string is unnecessary char in the programming code file. This plugin can remove trailing space using gedit. It supports shortcut(Ctrl + Alt + s) to remove trailing space and save quickly.
https://github.com/jongha/gedit-removetrailingspaces

gedit gedit-removetrailingspaces plugin python

Last synced: about 1 month ago
JSON representation

Trailing space that appears at the end of a string is unnecessary char in the programming code file. This plugin can remove trailing space using gedit. It supports shortcut(Ctrl + Alt + s) to remove trailing space and save quickly.

Awesome Lists containing this project

README

          

# gedit Remove Trailing Spaces Plugin

Trailing space that appears at the end of a string is unnecessary char in the programming code file. This plugin can remove trailing space using gedit. It supports shortcut(Ctrl + Alt + s) to remove trailing space and save quickly.

## Install

Copy the files removetrailingspaces.py and removetrailingspaces.plugin to ~/.local/share/gedit/plugins and restart gedit. Select the plugin in Edit -> Preferences -> Plugins and activate 'Remove Trailing Spaces'.

## License

gedit-removetrailingspaces Plugin is available under the terms of the MIT License.