Skip to content

travisdowns/clang-format-find

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

This is a fork of the original by Dirkjan Ochtman, adding Python 3 support and some other fixes.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published