<div dir="ltr">Hi folks,<div><br></div><div><div style="font-size:12.8000001907349px">What would you think of changing VTK's indentation style from:</div><div style="font-size:12.8000001907349px"><br></div><div style="font-size:12.8000001907349px"><div style="font-size:12.8000001907349px">if ()</div><div style="font-size:12.8000001907349px">  {</div><div style="font-size:12.8000001907349px">  // ..</div><div style="font-size:12.8000001907349px">  }</div><div style="font-size:12.8000001907349px"><br></div><div style="font-size:12.8000001907349px">to</div><div style="font-size:12.8000001907349px"><br></div><div style="font-size:12.8000001907349px">if ()</div><div style="font-size:12.8000001907349px">{</div><div style="font-size:12.8000001907349px">  // ...</div><div style="font-size:12.8000001907349px">}</div><div style="font-size:12.8000001907349px"><br></div><div style="font-size:12.8000001907349px">?</div><div style="font-size:12.8000001907349px"><br></div><div style="font-size:12.8000001907349px">Our current style (modified Whitesmiths I am told) is used only by very few projects,</div><div style="font-size:12.8000001907349px">mostly related to VTK ones (ITK, CMake). It is poorly supported by some of the newer editors</div><div style="font-size:12.8000001907349px">that are widely popular (Sublime, TextMate etc.) and IMO foreign to the new generation</div><div style="font-size:12.8000001907349px">C++ developers.</div><div style="font-size:12.8000001907349px"><br></div><div style="font-size:12.8000001907349px">The style I propose is modified Allman style - with indentation changed from 4 to 2 spaces.</div><div style="font-size:12.8000001907349px">It is much more common.</div><div style="font-size:12.8000001907349px"><br></div><div style="font-size:12.8000001907349px">If approved by the community, we would change VTK wholesale. This should not be</div><div style="font-size:12.8000001907349px">an issue for history as git blame/annotate can be told to skip white spaces.</div><div style="font-size:12.8000001907349px"><br></div><div style="font-size:12.8000001907349px">Best,</div><div style="font-size:12.8000001907349px">-berk</div></div></div></div>