-
Newoption:'--force-indent=tab=#' (or 'T#') instructs astyle to indent
using tabs in all the pre-statement white space, including areas
astyle's '--indent=tab' prefers to indent using spaces, such as white
space in multi-line statements.
-
Bug fix: Fixed unwanted empty line insertions between
empty blocks (e.g. '{}') and closing brackets that come immediately after
them.
-
Bug fix: Fixed unwanted empty line insertions immediately after colons
(e.g. 'default:', 'label:', ...)