From: Gert D. <ge...@gr...> - 2025-08-05 17:11:05
|
I discussed a while (mostly with myself) whether we want to keep this, as it is a useful tool "for the next great reformatting, at least" - but it's way too complicated for what we need to day (like, pre-patching files to work around uncrustify bugs is what we didn't do in a long time). For the record, the source tree can be reformatted just fine with this: clang-format --verbose -i \ `find . -name "*.[ch]" -print | egrep -v 'ovpn_dco_(linux|win)\.h'` Your patch has been applied to the master branch. commit 75f9bd37ae94ad2e126f68276cee52fc8af3079f Author: Frank Lichtenheld Date: Tue Aug 5 18:59:00 2025 +0200 Remove uncrustify config and reformat-all.sh Signed-off-by: Frank Lichtenheld <fr...@li...> Acked-by: Gert Doering <ge...@gr...> Message-Id: <202...@gr...> URL: https://www.mail-archive.com/ope...@li.../msg32543.html Signed-off-by: Gert Doering <ge...@gr...> -- kind regards, Gert Doering |