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.
- Host: GitHub
- URL: https://github.com/jongha/gedit-indent
- Owner: jongha
- License: mit
- Created: 2014-04-25T09:43:01.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-05-04T13:34:09.000Z (over 11 years ago)
- Last Synced: 2025-07-15T00:49:45.058Z (3 months ago)
- Topics: change-indent, coding-conventions, gedit, gedit-indent, plugin, programming-language, python
- Language: Python
- Homepage:
- Size: 211 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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


## 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.