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

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

There are many coding conventions for each programming language. Some programming languages suggest to use two spaces to indent the code and other sites suggest to use tabs to indent the code. This plugin supports indent changing. It can convert from one style of writing to another. It can be used to make code easier to read and support shortcut(<control><alt>i) to change quickly.
https://github.com/jongha/gedit-indent

change-indent coding-conventions gedit gedit-indent plugin programming-language python

Last synced: 3 months ago
JSON representation

There are many coding conventions for each programming language. Some programming languages suggest to use two spaces to indent the code and other sites suggest to use tabs to indent the code. This plugin supports indent changing. It can convert from one style of writing to another. It can be used to make code easier to read and support shortcut(<control><alt>i) to change quickly.

Awesome Lists containing this project

README

          

# gedit Indent Plugin

There are many coding conventions for each programming language. Some programming languages suggest to use two spaces to indent the code and other sites suggest to use tabs to indent the code. This plugin supports indent changing. It can convert from one style of writing to another. It can be used to make code easier to read and supports shortcut(Ctrl + Alt + i) to change quickly. Please refer to the installation details below.

## Screenshot

![Screenshot1](https://raw.github.com/jongha/gedit-indent/master/demo/screenshot1.png)

![Screenshot2](https://raw.github.com/jongha/gedit-indent/master/demo/screenshot2.png)

## Install

Copy the files indent.py and indent.plugin to ~/.local/share/gedit/plugins and restart gedit. Select the plugin in Edit -> Preferences -> Plugins and activate 'Change Indent'.

## License

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