From: Guus Sliepen Date: Sun, 27 Mar 2022 18:58:44 +0000 (+0200) Subject: Don't put the --recursive option in .astylerc. X-Git-Url: https://tinc-vpn.org/git/browse?a=commitdiff_plain;h=3b117ab744100ca48f257ec6c9df83757cad8224;hp=3b117ab744100ca48f257ec6c9df83757cad8224;p=tinc Don't put the --recursive option in .astylerc. When calling astyle manually without wildcards in the filename(s), astyle will refuse to work if the --recursive option is used. Remove it from .astylerc and add the option to the command line when the "reformat" build target is used. ---