Skip to content

footballhead/gedit-plugin-clang-format

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

gedit-plugin-clang-format

A simple gedit plugin for formatting C/C++ files using clang-format by a simple keyboard shortcut.

Simply copy these files to ~/.local/share/gedit/plugins or /usr/lib/gedit/plugins/ and enable the plugin in gedit. At the moment, the shortcut is hardcoded to CTRL+SHIFT+F. Only works in C/C++ documents of course.

Dependencies:

* gedit (tested with 3.16.3)
* python3 (tested with Python 3.4.3)
* clang-format

Have fun.

About

A simple gedit plugin for formatting C/C++ files using clang-format by a simple keyboard shortcut.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages