18 Nov
2012
18 Nov
'12
9:36 a.m.
On 17 November 2012 01:14, Jason St. John <jstjohn@purdue.edu> wrote:
From: "Jason St. John" <jstjohn@purdue.edu>
The previous commit removed the Vim modelines which replaced tabs with spaces. This commit replaces the space-based indents with tabs.
Tabs are generally more compatible with various user preferences regarding indentation of code. Using space-based indents is not flexible regarding user preferences at all.
I don't like this idea. The current settings (2-space indentation) is the de facto standard coding convention. Changing the convention would create a lot of inconsistency among packages. Lukas