Astyle behaves/is very bad: - Adds blank lines at EOF - Isn't forward compatible (see #68 ) - Doesn't allow simple _checking_ It should be replaced. Alternatives I know (by name) are: - gnu indent - uncrustify (maybe an C++ thing, I don't know) - Vera++ (maybe also an C++ thing) - `cb` which is an ancient beautifier (`code beautifier`) but may match our needs - nsiqcppstyle - KWStyle (from the cmake guys) We should discuss the alternatives here.
Astyle behaves/is very bad:
It should be replaced.
Alternatives I know (by name) are:
cbwhich is an ancient beautifier (code beautifier) but may match our needsWe should discuss the alternatives here.