top | item 32290455

Show HN: Clang_format_all – Configure clang-format with YAML

1 points| creativeCak3 | 3 years ago |github.com

1 comment

order

creativeCak3|3 years ago

I use clang-format for a lot of my projects, but there were certain things that I wished clang-format did. Like ignore certain directories and a more explicit way of just checking the files without modifying them. This script is basically a wrapper for clang-format that adds those options via YAML configuration file. I find it quite useful for some projects of mine(especially when I want to ignore some directories). Hopefully some people find it useful as well.