Don't put the --recursive option in .astylerc.
authorGuus Sliepen <guus@tinc-vpn.org>
Sun, 27 Mar 2022 18:58:44 +0000 (20:58 +0200)
committerGuus Sliepen <guus@tinc-vpn.org>
Sun, 27 Mar 2022 18:58:44 +0000 (20:58 +0200)
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.


No differences found