From: Michael W. <mfw...@MI...> - 2008-02-19 17:36:10
|
On 18 Feb 2008, at 2:45 PM, Stephen Williams wrote: > ... But I do insist that the code should be viewed the way the > writer wrote it. > ... > As for the actual indent position for each level of nesting, I tend > to use 6, although I will sometimes shrink that to keep lines from > falling too far off the end. The rest is pretty much an accident of > my emacs configuration So, it would seem you are suggesting that all whitespace be soft tabs (spaces) and that the main concern be to produce readable (locally-consistent) code. In any case, I think it would be wise for you to put your foot down on something explicit, such as outlawing tabs, which can easily be caught by git with some commit hook. Sincerely, Michael Witten |