[vtk-developers] Indentation style and converting to Doxygen style docs
Ben Boeckel
ben.boeckel at kitware.com
Fri Jul 1 09:23:40 EDT 2016
On Thu, Jun 30, 2016 at 17:09:18 -0600, David Gobbi wrote:
> The scripts just modify the VTK source files. They don't call any git
> commands so I don't think they can, by themselves, be idempotent. Do you
> have any insights into what we can do to avoid conflicts?
A function f is idempotent iff f(f(x)) == f(x). If the formatter is
idempotent, it can be safely run over any branch during a rebase to make
it not add any style violations.
--Ben
More information about the vtk-developers
mailing list