sonulohani / clang-format-configurator

Interactively view changes in clang-format configuration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

clang-format-configurator

Interactively create a clang-format configuration while watching how the changes affect your code. See it in action at http://zed0.co.uk/clang-format-configurator

Requirements

All requirements should be available through your package manager:

Installation

The setup script will install the various npm and bower dependencies and then download the clang-format binaries and documentation from the official releases. If you want to disable some versions, or add new ones, alter the clang_versions variable at the top of setup.sh

chmod u+x setup.sh
./setup.sh

Usage

With Node.js:

npm start

With firejail:

server/launch.sh

History

Version 0.0.3

Credits

Author: Ben Falconer

License

MIT

About

Interactively view changes in clang-format configuration

License:MIT License


Languages

Language:JavaScript 53.6%Language:Shell 24.9%Language:HTML 13.0%Language:C++ 7.2%Language:Awk 1.4%