https://github.com/djc/clang-format-find
Find the clang-format configuration that best fits your codebase
https://github.com/djc/clang-format-find
Last synced: 9 months ago
JSON representation
Find the clang-format configuration that best fits your codebase
- Host: GitHub
- URL: https://github.com/djc/clang-format-find
- Owner: djc
- License: mit
- Created: 2014-05-15T09:58:59.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-07-11T07:30:33.000Z (over 11 years ago)
- Last Synced: 2025-02-09T22:29:05.390Z (10 months ago)
- Language: Python
- Size: 145 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
clang-format-find
=================
`clang-format-find` helps you find the clang-format style that best fits your
current code style, to help you more consistently apply your chosen style.
It does this by starting from the LLVM style included with `clang-format`,
iterating over a number of values for each option (including undefined),
then comparing the result by counting the size of a unified diff of the
original file contents to the formatted file results.