Skip to content

honsp/clang-format-configurator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

  • node
  • bower
  • firejail (assuming you want to sandbox the process)

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 firejail:

server/launch.sh

Without firejail:

cd server && js/server.js

History

Version 0.0.2

Credits

Author: Ben Falconer

License

MIT

About

Interactively view changes in clang-format configuration

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 95.0%
  • HTML 2.7%
  • Shell 2.3%