from Hacker News

Show HN: Clang_format_all – Configure clang-format with YAML

by creativeCak3 on 7/30/22, 9:20 PM with 1 comments

  • by creativeCak3 on 7/30/22, 9:20 PM

    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.