Skip to content

Move re-indentation utility to the Maintenance dir.

David Gobbi requested to merge dgobbi/vtk:move-intent-utility into master

This is a python script that changes the Whitesmiths indentation style to the Allman indentation style that is currently more popular. This script will only change the brace indentation, it will not change the code in any other way, so "git blame" results will be mostly unchanged after re-styling.

Merge request reports