alandefreitas / clang-unformat

A simple tool to infer a .clang-format file from existing code
Boost Software License 1.0
58 stars 13 forks source link

cli_config: return true on fix path to .clang-format #20

Closed leha-bot closed 2 months ago

leha-bot commented 2 months ago

It fixes the case when user sets path to directory with sources, but w/o actual clang-format config filename. Currently clang-unformat fixes this path, but didn't use it later.

alandefreitas commented 2 months ago

Makes sense. Thanks!