gvol / clang-guess-format

Generate a clang-format configuration from existing code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

clang-guess-format

Experimental utility to generate a .clang-format configuration for clang-format.

Requires libclang v12.0, which can be installed with

apt-get install libclang-12-dev

About

Generate a clang-format configuration from existing code

License:MIT License


Languages

Language:C++ 98.3%Language:CMake 1.7%